aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@intl.att.com>2019-11-18 14:21:31 +0200
committerOfir Sonsino <os0695@intl.att.com>2019-11-18 14:21:31 +0200
commit0497a997f8c9906d6597c2744b00d5629d36e0c5 (patch)
tree35cd91e4a146c46f16d02d73e3b3c3dd16a0099e
parent17207877709f124891d4b0756b2972f09050c264 (diff)
Repository Id alignment for jtosca
Change-Id: Iad52323b9e58758cf0049c05d0d23c86f2338d3b Issue-ID: SDC-2504 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r--jtosca/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/jtosca/pom.xml b/jtosca/pom.xml
index 1f88859..2e47200 100644
--- a/jtosca/pom.xml
+++ b/jtosca/pom.xml
@@ -171,12 +171,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>
@@ -184,12 +184,12 @@
<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>