summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlackwell, Ian (ib733q) <IanB@amdocs.com>2018-04-05 11:52:58 +0100
committerBlackwell, Ian (ib733q) <IanB@amdocs.com>2018-04-05 11:52:58 +0100
commit65757e726603cf9e996d76eef3c284ae8f0362e2 (patch)
tree8470a9d997ff6671a4ed597871f50bd0d36100ad
parent30cffeb6d2d2d190446abcad03b8856f6c3daff5 (diff)
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>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
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>