summaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_model/pom.xml
diff options
context:
space:
mode:
authortalasila <talasila@research.att.com>2017-02-10 17:25:05 -0500
committertalasila <talasila@research.att.com>2017-02-10 17:25:21 -0500
commit0b018674523e2d3d6f4764459e275a09719bd7db (patch)
treea105fc0e530cc0ccee192a2ffbb314a7eb33c6c1 /dcae_dmaapbc_model/pom.xml
parentf8a8d5192b1e5013d9e2f699be54b072ef39d5f0 (diff)
nexus repo URL updated
Change-Id: If4b043d46e565d024c39c6c148bdd117f877fdac Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'dcae_dmaapbc_model/pom.xml')
-rw-r--r--dcae_dmaapbc_model/pom.xml18
1 files changed, 8 insertions, 10 deletions
diff --git a/dcae_dmaapbc_model/pom.xml b/dcae_dmaapbc_model/pom.xml
index b90e657..0b840e7 100644
--- a/dcae_dmaapbc_model/pom.xml
+++ b/dcae_dmaapbc_model/pom.xml
@@ -104,18 +104,16 @@
Host name is INCOMPLETE; /etc/hosts must resolve to 162.242.254.138.
The id tags below must match a .m2/settings.xml/servers/server/id
-->
- <snapshotRepository>
- <!-- Snapshots repository has ECOMP snapshot artifacts -->
- <id>nexus-snapshots</id>
- <name>OpenECOMP Nexus Maven Central - Snapshots</name>
- <url>https://ecomp-nexus:8443/repository/maven-snapshots/</url>
- </snapshotRepository>
<repository>
- <!-- Releases repository has ECOMP release artifacts -->
- <id>nexus</id>
- <name>OpenECOMP Nexus Maven Central - Releases</name>
- <url>https://ecomp-nexus:8443/repository/maven-releases/</url>
+ <id>ecomp-releases</id>
+ <name>OpenECOMP - Release Repository</name>
+ <url>https://nexus.openecomp.org/content/repositories/releases/</url>
</repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>OpenECOMP - Snapshot Repository</name>
+ <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
+ </snapshotRepository>
</distributionManagement>
</project>