Problems with Jenkins Build Jobs 89/41189/1
authorBlackwell, Ian (ib733q) <IanB@amdocs.com>
Thu, 5 Apr 2018 10:52:58 +0000 (11:52 +0100)
committerBlackwell, Ian (ib733q) <IanB@amdocs.com>
Thu, 5 Apr 2018 10:52:58 +0000 (11:52 +0100)
Change to refer to nexus host as nexus.onap.org rather
than nexus.openecomp.org as suspicion that using
openecomp is the cause of the build failure

Issue-ID: AAI-996

Change-Id: I398e611ec146ed5d21ba235a83302ddd0c049216
Signed-off-by: Blackwell, Ian (ib733q) <IanB@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 10d2692..8829d64 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
                <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
                <sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
                <sonar.projectVersion>${project.version}</sonar.projectVersion>
-               <nexusproxy>https://nexus.openecomp.org</nexusproxy>
+               <nexusproxy>https://nexus.onap.org</nexusproxy>
                <babel.version>1.2.0-SNAPSHOT</babel.version>
                <aai.rest.client.version>1.2.1</aai.rest.client.version>
        </properties>