summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-BE
diff options
context:
space:
mode:
authortalasila <talasila@research.att.com>2017-02-10 17:01:28 -0500
committertalasila <talasila@research.att.com>2017-02-10 17:01:49 -0500
commitc2de9fd318149ed43abf21b84bfdd7f805381105 (patch)
tree3cbb9fcf36891255f7f68b3648661d7115c9b344 /ecomp-portal-BE
parent4ad39a5c96dd99acf819ce189b13fec946d7506b (diff)
nexus repo URL updated
Change-Id: Id41fdb7fa80977a2f7a8cbb8a4451c2e53c3cab9 Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'ecomp-portal-BE')
-rw-r--r--ecomp-portal-BE/pom.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/ecomp-portal-BE/pom.xml b/ecomp-portal-BE/pom.xml
index 5ad4780c..b01fa495 100644
--- a/ecomp-portal-BE/pom.xml
+++ b/ecomp-portal-BE/pom.xml
@@ -45,16 +45,16 @@
</distributionManagement>
<repositories>
<repository>
- <!-- Snapshots repository has ECOMP snapshot artifacts -->
- <id>nexus-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>nexus</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>
<repository>
<!-- Snapshots repository has ECOMP snapshot artifacts -->