Use nexus.openecomp.org as default for mvn repo 23/5423/2
authorJulienBe <jb379x@att.com>
Mon, 6 Feb 2017 10:22:26 +0000 (11:22 +0100)
committerJulienBe <jb379x@att.com>
Mon, 6 Feb 2017 10:52:33 +0000 (02:52 -0800)
Change-Id: I0344c26f261e5dd952d083797f6be9e519efba47
Signed-off-by: Anaƫl Closson <ac2550@intl.att.com>
Signed-off-by: JulienBe <jb379x@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index ffa637a..c30dc8c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
        <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>
                        </dependency>
                </dependencies>
        </dependencyManagement>
-</project>
\ No newline at end of file
+</project>