diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 13:39:41 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 13:39:41 -0700 |
commit | 196901ad5e6a0fc45ffa27d85d2e24e9f8e1d446 (patch) | |
tree | 9b0013653ba1438c69a2880ac072e16667ef0ce2 /pom.xml | |
parent | 03682da2849b4e6ed5fe168c0ecb080a6d5c00b3 (diff) |
Point Nexus proxy to new URL
The nexus.openecomp.org domain has been deprecated for nexus.onap.org
Change-Id: Id549765f76a9e7cc64ba6f2d4f13a77012922901
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -159,7 +159,7 @@ <!-- This site is used for Javadocs --> <site> <id>app-c-javadoc</id> - <url>dav:https://nexus.openecomp.org/repository/app-c-javadoc/${project.version}</url> + <url>dav:https://nexus.onap.org/repository/app-c-javadoc/${project.version}</url> </site> </distributionManagement> <!-- ================================================================================== --> @@ -509,7 +509,7 @@ <version>1.6.7</version> <extensions>true</extensions> <configuration> - <nexusUrl>https://nexus.openecomp.org/content/repositories/staging/</nexusUrl> + <nexusUrl>https://nexus.onap.org/content/repositories/staging/</nexusUrl> <stagingProfileId>176c31dfe190a</stagingProfileId> <serverId>ecomp-staging</serverId> </configuration> @@ -716,9 +716,9 @@ <properties> <ssl.allowall>true</ssl.allowall> <ssl.insecure>true</ssl.insecure> - <openecomp.nexus.host>nexus.openecomp.org</openecomp.nexus.host> - <openecomp.nexus.release-url>https://nexus.openecomp.org/content/repositories/releases/</openecomp.nexus.release-url> - <openecomp.nexus.snapshot-url>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.snapshot-url> + <openecomp.nexus.host>nexus.onap.org</openecomp.nexus.host> + <openecomp.nexus.release-url>https://nexus.onap.org/content/repositories/releases/</openecomp.nexus.release-url> + <openecomp.nexus.snapshot-url>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.snapshot-url> <openecomp.git.port>7999</openecomp.git.port> <openecomp.git.project>st_osecomp</openecomp.git.project> <openecomp.git.protocol>http</openecomp.git.protocol> |