Problems with Jenkins Build Jobs
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>
diff --git a/pom.xml b/pom.xml
index 10d2692..8829d64 100644
--- 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>