This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-site.git
The following commit(s) were added to refs/heads/main by this push:
new f1dd0150 NIFI-14192 Changed prebuild.sh to use Apache Nexus Repository
f1dd0150 is described below
commit f1dd01509326f372526ec454b5ab9866490a2032
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Jan 27 17:41:29 2025 -0600
NIFI-14192 Changed prebuild.sh to use Apache Nexus Repository
---
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