aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-03-29 08:43:11 -0400
committerMarco Platania <platania@research.att.com>2017-03-29 08:43:11 -0400
commit05d20012109a28272701446b64559da2efcbd743 (patch)
treeae22b0019d9616fa909698e68db746b74d32b2b3 /pom.xml
parent95d3eb13003ed7aab79b56fdd39e907294f06a71 (diff)
update Nexus URL in pom file
Change-Id: I51b4ea0c822f0df49fd2d0d62dd34d1999cd1399 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d16b6818..470a2325 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>