This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main-staging in repository https://gitbox.apache.org/repos/asf/nifi-site.git
commit 2d87a01f6a2b6fc76cad0e0ffa06c6226c60caea Author: exceptionfactory <[email protected]> AuthorDate: Mon Jan 27 17:41:29 2025 -0600 NIFI-14192 Changed prebuild.sh to use Apache Nexus Repository (cherry picked from commit f1dd01509326f372526ec454b5ab9866490a2032) --- prebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebuild.sh b/prebuild.sh index 88462611..e25cfe5b 100644 --- a/prebuild.sh +++ b/prebuild.sh @@ -5,7 +5,7 @@ CURRENT_VERSION=$(grep 'currentProjectVersion = ' config.toml | cut -d \" -f 2) RESOURCES_DIR=resources PREBUILD_DIR=prebuild -MAVEN_BASE_URL=https://repo1.maven.org/maven2 +MAVEN_BASE_URL=https://repository.apache.org/content/repositories/releases MANIFEST_JAR_URL="$MAVEN_BASE_URL/org/apache/nifi/nifi-runtime-manifest/$CURRENT_VERSION/nifi-runtime-manifest-$CURRENT_VERSION.jar" MANIFEST_JAR_PATH=$RESOURCES_DIR/nifi-runtime-manifest.jar
