summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk
diff options
context:
space:
mode:
authortalasila <talasila@research.att.com>2017-02-09 15:44:45 -0500
committertalasila <talasila@research.att.com>2017-02-09 15:52:42 -0500
commitd5d423146ce711e46a313da3b012454cc987c7f8 (patch)
tree8adc7071048adc73dc9f2d6a2792e802666ddea3 /ecomp-sdk
parent734716f455aa08097fee8a959fcab930eaa24f7a (diff)
Nexus repo URL update in ecompsdkos pom
Change-Id: Id2fa226655eb0daa626ba2210a645cae77a099e9 Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'ecomp-sdk')
-rw-r--r--ecomp-sdk/pom.xml31
1 files changed, 15 insertions, 16 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml
index c327a7f0..4fc13e57 100644
--- a/ecomp-sdk/pom.xml
+++ b/ecomp-sdk/pom.xml
@@ -5,7 +5,7 @@
<artifactId>ecompSDK-project</artifactId>
<packaging>pom</packaging>
<!-- NOTE This value will not be picked from the property tag below, pass it as -Drelease.version="" when doing mvn deploy -->
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>Ecomp Portal SDK Project (parent)</name>
<url>https://wiki/display/EcompPortal</url>
<scm>
@@ -55,16 +55,16 @@
<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>
<id>oss-sonatype</id>
@@ -216,15 +216,14 @@
<!-- Publish jars to the Nexus Repository - public group -->
<!-- The id below must match your .m2/settings.xml/servers/server/id -->
<repository>
- <id>nexus</id>
- <name>ecompsdk-repository-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>nexus-snapshots</id>
- <name>ecompsdk-repository-snapshots</name>
- <url>https://ecomp-nexus:8443/repository/maven-snapshots</url>
+ <id>ecomp-snapshots</id>
+ <name>OpenECOMP - Snapshot Repository</name>
+ <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
</snapshotRepository>
<site>