aboutsummaryrefslogtreecommitdiffstats
path: root/jtosca/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jtosca/pom.xml')
-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>