aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@intl.att.com>2019-08-28 15:15:41 +0300
committerOfir Sonsino <os0695@intl.att.com>2019-08-28 15:15:41 +0300
commit7b7db1b3aa372a3c47db01ac7c6a61ded658bc62 (patch)
treee74a3c11fad04bb9c58544e769332807364fe505
parent90d7a06a0e0d20fe3155dc5b7c43ce65b648c08c (diff)
Repository Id alignment
Change-Id: Ib6a89cd06d4cfa3f4203e882073e232aa02c21ee Issue-ID: SDC-2504 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index abe0ca5..50f2168 100644
--- a/pom.xml
+++ b/pom.xml
@@ -296,12 +296,12 @@
<url>http://repo2.maven.org/maven2/</url>
</repository>
<repository>
- <id>onap-releases</id>
+ <id>ecomp-releases</id>
<name>Release Repository</name>
<url>${nexus.proxy}/content/repositories/releases/</url>
</repository>
<repository>
- <id>onap-snapshots</id>
+ <id>ecomp-snapshots</id>
<name>Snapshots Repository</name>
<url>${nexus.proxy}/content/repositories/snapshots/</url>
</repository>
@@ -309,17 +309,17 @@
<distributionManagement>
<repository>
- <id>onap-releases</id>
+ <id>ecomp-releases</id>
<name>Release Repository</name>
<url>${nexus.proxy}/content/repositories/${releases.path}/</url>
</repository>
<snapshotRepository>
- <id>onap-snapshots</id>
+ <id>ecomp-snapshots</id>
<name>Snapshot Repository</name>
<url>${nexus.proxy}/content/repositories/${snapshots.path}/</url>
</snapshotRepository>
<site>
- <id>onap-site</id>
+ <id>ecomp-site</id>
<url>dav:${nexus.proxy}${sitePath}</url>
</site>
</distributionManagement>