aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulienBe <jb379x@att.com>2017-02-06 11:22:26 +0100
committerJulienBe <jb379x@att.com>2017-02-06 02:52:33 -0800
commitec92b1a1fd682c1af0f0b9fc92dcfd1a86f65930 (patch)
tree467830342911169098292363aaa34b0423590654
parent11eea8455f72368dd55680693d3d6d58260096d8 (diff)
Use nexus.openecomp.org as default for mvn repo
Change-Id: I0344c26f261e5dd952d083797f6be9e519efba47 Signed-off-by: Anaƫl Closson <ac2550@intl.att.com> Signed-off-by: JulienBe <jb379x@att.com>
-rw-r--r--pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index ffa637a..c30dc8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,17 +46,17 @@
<distributionManagement>
<repository>
- <id>mso-releases</id>
+ <id>ecomp-releases</id>
<name>MSO Release Repository</name>
- <url>https://ecomp-nexus:8443/repository/maven-releases/</url>
+ <url>https://nexus.openecomp.org/content/repositories/releases/</url>
</repository>
<snapshotRepository>
- <id>mso-snapshots</id>
+ <id>ecomp-snapshots</id>
<name>MSO Snapshot Repository</name>
- <url>https://ecomp-nexus:8443/repository/maven-snapshots/</url>
+ <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
</snapshotRepository>
<site>
- <id>mso-javadoc</id>
+ <id>ecomp-javadoc</id>
<url>dav:https://ecomp-nexus:8443/repository/mso-javadoc/${project.version}</url>
</site>
</distributionManagement>
@@ -470,4 +470,4 @@
</dependency>
</dependencies>
</dependencyManagement>
-</project> \ No newline at end of file
+</project>