diff options
author | JulienBe <jb379x@att.com> | 2017-02-06 11:22:26 +0100 |
---|---|---|
committer | JulienBe <jb379x@att.com> | 2017-02-06 02:52:33 -0800 |
commit | ec92b1a1fd682c1af0f0b9fc92dcfd1a86f65930 (patch) | |
tree | 467830342911169098292363aaa34b0423590654 | |
parent | 11eea8455f72368dd55680693d3d6d58260096d8 (diff) |
Use nexus.openecomp.org as default for mvn repo
Change-Id: I0344c26f261e5dd952d083797f6be9e519efba47
Signed-off-by: Anaƫl Closson <ac2550@intl.att.com>
Signed-off-by: JulienBe <jb379x@att.com>
-rw-r--r-- | pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -46,17 +46,17 @@ <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> @@ -470,4 +470,4 @@ </dependency> </dependencies> </dependencyManagement> -</project>
\ No newline at end of file +</project> |