summaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dcae_dmaapbc_client/pom.xml')
-rw-r--r--dcae_dmaapbc_client/pom.xml34
1 files changed, 16 insertions, 18 deletions
diff --git a/dcae_dmaapbc_client/pom.xml b/dcae_dmaapbc_client/pom.xml
index d6c03b5..977d3b1 100644
--- a/dcae_dmaapbc_client/pom.xml
+++ b/dcae_dmaapbc_client/pom.xml
@@ -21,16 +21,16 @@
<repositories>
<repository>
- <!-- Snapshots repository has ECOMP snapshot artifacts -->
- <id>openecomp-snapshots</id>
- <name>Nexus Maven Central - Snapshots</name>
- <url>https://ecomp-nexus:8443/repository/maven-snapshots/</url>
+ <!-- Releases repository has ECOMP release artifacts -->
+ <id>ecomp-releases</id>
+ <name>OpenECOMP - Release Repository</name>
+ <url>https://nexus.openecomp.org/content/repositories/releases/</url>
</repository>
<repository>
- <!-- Releases repository has ECOMP release artifacts -->
- <id>openecomp</id>
- <name>Nexus Maven Central - Releases</name>
- <url>https://ecomp-nexus:8443/repository/maven-releases/</url>
+ <!-- Snapshots repository has ECOMP snapshot artifacts -->
+ <id>ecomp-snapshots</id>
+ <name>OpenECOMP - Snapshot Repository</name>
+ <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
</repository>
</repositories>
@@ -182,18 +182,16 @@
<!-- Publish jars to the RackSpace Maven Central Repository. 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>