diff options
author | Blackwell, Ian (ib733q) <IanB@amdocs.com> | 2018-04-05 11:52:58 +0100 |
---|---|---|
committer | Blackwell, Ian (ib733q) <IanB@amdocs.com> | 2018-04-05 11:52:58 +0100 |
commit | 65757e726603cf9e996d76eef3c284ae8f0362e2 (patch) | |
tree | 8470a9d997ff6671a4ed597871f50bd0d36100ad /pom.xml | |
parent | 30cffeb6d2d2d190446abcad03b8856f6c3daff5 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |