diff options
author | Marco Platania <platania@research.att.com> | 2017-03-29 10:46:52 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-03-29 10:46:52 -0400 |
commit | fc7b4a5cfe3fac62abf682f17f0630f38b60f28b (patch) | |
tree | 2f008dcc2e1ce53f61d494c24510b188c514b718 /pom.xml | |
parent | 48078ac0a8595d661b541d322072486aeb8fcec9 (diff) |
switch to onap.org in master branch
Change-Id: I0be55c9926bc6cd9294a772f7c3891aa4b9b1546
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -89,7 +89,7 @@ <version>1.6.7</version> <extensions>true</extensions> <configuration> - <nexusUrl>https://nexus.openecomp.org/</nexusUrl> + <nexusUrl>https://nexus.onap.org/</nexusUrl> <stagingProfileId>176c31dfe190a</stagingProfileId> <serverId>ecomp-staging</serverId> </configuration> @@ -102,12 +102,12 @@ <repository> <id>ecomp-releases</id> <name>Demo Release Repository</name> - <url> https://nexus.openecomp.org/content/repositories/releases/</url> + <url> https://nexus.onap.org/content/repositories/releases/</url> </repository> <snapshotRepository> <id>ecomp-snapshots</id> <name>Demo Snapshot Repository</name> - <url> https://nexus.openecomp.org/content/repositories/snapshots/</url> + <url> https://nexus.onap.org/content/repositories/snapshots/</url> </snapshotRepository> </distributionManagement> |