summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-07-20 15:42:01 -0400
committerDan Timoney <dtimoney@att.com>2017-07-20 15:42:01 -0400
commitf9f14c6ad21aa33d172eea0e4e479dcb902769d9 (patch)
tree24ec257206ea4092c30f5ec554fd0ff03429564e /pom.xml
parent30812aeb295b204f4d43141ba086bd2879f58df4 (diff)
Fix server ids
Server ids are ecomp-*, not onap-* in the Jenkins settings Issue: CCSDK-6 Change-Id: I60f510f3c8eae10e7e63dda7ab83f2bdab8a08bb Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index ba5ad9fd..b79e9139 100755
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
</snapshots>
</repository>
<repository>
- <id>onap-release</id>
+ <id>ecomp-release</id>
<name>onap-repository-releases</name>
<url>${onap.nexus.release-url}</url>
<releases>
@@ -56,7 +56,7 @@
</snapshots>
</repository>
<repository>
- <id>onap-snapshot</id>
+ <id>ecomp-snapshot</id>
<name>onap-repository-snapshots</name>
<url>${onap.nexus.snapshot-url}</url>
<releases>
@@ -94,12 +94,12 @@
<distributionManagement>
<repository>
- <id>onap-releases</id>
+ <id>ecomp-releases</id>
<name>onap-repository-releases</name>
<url>${onap.nexus.release-url}</url>
</repository>
<snapshotRepository>
- <id>onap-snapshots</id>
+ <id>ecomp-snapshots</id>
<name>onap-repository-snapshots</name>
<url>${onap.nexus.snapshot-url}</url>
</snapshotRepository>