File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ compileScala {
9696def 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" )
Original file line number Diff line number Diff line change 384384
385385check_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" )
You can’t perform that action at this time.
0 commit comments