Fix distribution management to point to nexus.openecomp.org instead 45/5545/1
authorAnaël C <ac2550@intl.att.com>
Wed, 1 Feb 2017 11:53:58 +0000 (12:53 +0100)
committerAnaël C <ac2550@intl.att.com>
Wed, 1 Feb 2017 12:00:21 +0000 (13:00 +0100)
Change-Id: Id9835f9c15568238df7c9b8da948bebe44239460
Signed-off-by: Anaël C <ac2550@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index d5b2874..747a508 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <repository>
                        <id>mso-releases</id>
                        <name>MSO Release Repository</name>
-                       <url>https://162.242.254.138:8443/repository/maven-releases/</url>
+                       <url>https://nexus.openecomp.org/content/repositories/releases/</url>
                </repository>
                <snapshotRepository>
                        <id>mso-snapshots</id>
                        <name>MSO Snapshot Repository</name>
-                       <url>https://162.242.254.138:8443/repository/maven-snapshots/</url>
+                       <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
                </snapshotRepository>
        </distributionManagement>
 
                        </plugin>
                </plugins>
        </build>
-</project>
\ No newline at end of file
+</project>