From db03bf09e534f0aa1c34c1960e79a78155ad1829 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Tue, 9 Jul 2024 17:45:26 +0200 Subject: [PATCH] Test the nexus 3 test instance --- .ci.settings.xml | 4 ++-- pom.xml | 4 ++-- scripts/ci/maven_publish.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci.settings.xml b/.ci.settings.xml index fefacc5060..828e351125 100644 --- a/.ci.settings.xml +++ b/.ci.settings.xml @@ -15,14 +15,14 @@ true Alfresco Internal Repository - https://artifacts.alfresco.com/nexus/content/groups/internal + https://nexus3.alfresco.com/nexus/content/groups/internal alfresco-internal Alfresco Internal Repository - https://artifacts.alfresco.com/nexus/content/groups/public + https://nexus3.alfresco.com/nexus/content/groups/public diff --git a/pom.xml b/pom.xml index 6a6a89af1f..49c80a442e 100644 --- a/pom.xml +++ b/pom.xml @@ -41,11 +41,11 @@ alfresco-internal - https://artifacts.alfresco.com/nexus/content/repositories/internal-releases + https://nexus3.alfresco.com/nexus/content/repositories/internal-releases alfresco-internal-snapshots - https://artifacts.alfresco.com/nexus/content/repositories/enterprise-snapshots + https://nexus3.alfresco.com/nexus/content/repositories/enterprise-snapshots diff --git a/scripts/ci/maven_publish.sh b/scripts/ci/maven_publish.sh index 9cf2b9dcbd..40b6aa47e7 100755 --- a/scripts/ci/maven_publish.sh +++ b/scripts/ci/maven_publish.sh @@ -20,7 +20,7 @@ git checkout "${RELEASE_VERSION}" mvn -B \ -ntp \ -Ppublish,all-tas-tests,pipeline,ags \ - -DaltDeploymentRepository=alfresco-enterprise-releases::default::https://artifacts.alfresco.com/nexus/content/repositories/enterprise-releases \ + -DaltDeploymentRepository=alfresco-enterprise-releases::default::https://nexus3.alfresco.com/nexus/content/repositories/enterprise-releases \ -DskipTests \ clean deploy