Skip to content

Commit ce9c1c9

Browse files
committed
[RORDEV-1581] checking if audit artifact is already published (fix)
1 parent 838a79e commit ce9c1c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

audit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ compileScala {
9696
def ror_pom = { ->
9797
name.set("ReadonlyREST audit library")
9898
description.set("A library to writing custom audit log serializer for Elasticsearch ReadonlyREST plugin")
99-
url.set("http://www.example.com/library")
99+
url.set("https://readonlyrest.com/")
100100
licenses {
101101
license {
102102
name.set("GNU GENERAL PUBLIC LICENSE, Version 3")

ci/run-pipeline.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ fi
384384

385385
check_maven_artifacts_exist() {
386386
local CURRENT_VERSION="$1"
387-
388-
local ARTIFACT_URL="https://oss.sonatype.org/service/local/repositories/releases/content/tech/beshu/ror/audit_3/$CURRENT_VERSION/"
387+
388+
local ARTIFACT_URL="https://repo1.maven.org/maven2/tech/beshu/ror/audit_3/$CURRENT_VERSION/"
389389
echo ">>> Checking if Maven artifacts already exist at: $ARTIFACT_URL"
390390

391391
local MVN_STATUS=$(curl -L --write-out '%{http_code}' --silent --output /dev/null "$ARTIFACT_URL" || echo "000")

0 commit comments

Comments
 (0)