summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnaël C <ac2550@intl.att.com>2017-02-01 12:53:58 +0100
committerAnaël C <ac2550@intl.att.com>2017-02-01 13:00:21 +0100
commitc3e6f7b183e90e0e6008d731075e48a24429e14e (patch)
treeaffc92793c301f8195fa562c98c1272e532dad54
parent2e984294ac28c6f2ede290c38164c5d536ccaf4a (diff)
Fix distribution management to point to nexus.openecomp.org instead
Change-Id: Id9835f9c15568238df7c9b8da948bebe44239460 Signed-off-by: Anaël C <ac2550@intl.att.com>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d5b2874..747a508 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>