diff options
Diffstat (limited to 'dcae_dmaapbc_model/pom.xml')
-rw-r--r-- | dcae_dmaapbc_model/pom.xml | 18 |
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> |