diff options
author | Anaël C <ac2550@intl.att.com> | 2017-02-01 12:53:58 +0100 |
---|---|---|
committer | Anaël C <ac2550@intl.att.com> | 2017-02-01 13:00:21 +0100 |
commit | c3e6f7b183e90e0e6008d731075e48a24429e14e (patch) | |
tree | affc92793c301f8195fa562c98c1272e532dad54 /pom.xml | |
parent | 2e984294ac28c6f2ede290c38164c5d536ccaf4a (diff) |
Fix distribution management to point to nexus.openecomp.org instead
Change-Id: Id9835f9c15568238df7c9b8da948bebe44239460
Signed-off-by: Anaël C <ac2550@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,12 +17,12 @@ <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> @@ -147,4 +147,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |