aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2018-01-04 09:29:44 +0200
committerMichael Lando <ml636r@att.com>2018-01-04 08:53:01 +0000
commit87a9f197d80b1ffa6a858d9d3212b1ccec3c27b7 (patch)
tree7ce88c6f088eaf3c9fc5f07213bcd2da8d87ff91
parent07cf9b52789f796ec8118b844870ecba602c7175 (diff)
Update staging server IDamsterdam
Update serverID for staging to match the rest Change-Id: I5d9b0648cc83c4445365ed17548e22efde289864 Issue-ID: SDC-844 Signed-off-by: Idan Amit <ia096e@intl.att.com>
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 9c343ca..c63a962 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,12 +195,12 @@
<url>http://repo2.maven.org/maven2/</url>
</repository>
<repository>
- <id>ecomp-releases</id>
+ <id>onap-releases</id>
<name>Release Repository</name>
<url>${nexus.proxy}/content/repositories/releases/</url>
</repository>
<repository>
- <id>ecomp-staging</id>
+ <id>onap-snapshots</id>
<name>Staging Repository</name>
<url>${nexus.proxy}/content/repositories/staging/</url>
</repository>
@@ -208,17 +208,17 @@
<distributionManagement>
<repository>
- <id>ecomp-releases</id>
+ <id>onap-releases</id>
<name>Release Repository</name>
<url>${nexus.proxy}/content/repositories/${releases.path}/</url>
</repository>
<snapshotRepository>
- <id>ecomp-snapshots</id>
+ <id>onap-snapshots</id>
<name>Snapshot Repository</name>
<url>${nexus.proxy}/content/repositories/${snapshots.path}/</url>
</snapshotRepository>
<site>
- <id>ecomp-site</id>
+ <id>onap-site</id>
<url>dav:${nexus.proxy}${sitePath}</url>
</site>
</distributionManagement>