diff options
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> |