aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 13:53:09 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 13:53:09 -0700
commit21264a2508feaf8cd3ac1a79014b5165ec53c4b3 (patch)
tree125c2170670dbd7b4476301eececcb0c744864c8
parent971efa58f88cab128ea92e1be01f68fa73ce16fc (diff)
Point Nexus proxy to new URL
The nexus.openecomp.org and nexus3.openecomp.org domains have been deprecated for onap.org namespaced domains Change-Id: I0dd68f4236b10018675544d8a7d4f0fc4c1ca24c Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 8d1c283..81b1675 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,8 @@
<ecomp.organizationName>AT&amp;T Intellectual Property. All rights reserved.</ecomp.organizationName>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
- <docker.registry>nexus3.openecomp.org:10003</docker.registry>
- <nexusproxy>https://nexus.openecomp.org</nexusproxy>
+ <docker.registry>nexus3.onap.org:10003</docker.registry>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
</properties>
<pluginRepositories>
@@ -430,12 +430,12 @@
<repository>
<id>ecomp-releases</id>
<name>Open eCOMP Release Repository</name>
- <url>https://nexus.openecomp.org/content/repositories/releases/</url>
+ <url>${nexusproxy}/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>ecomp-snapshots</id>
<name>Open eCOMP Snapshot Repository</name>
- <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
+ <url>${nexusproxy}/content/repositories/snapshots/</url>
</snapshotRepository>
<site>
<id>dcae-inventory-javadoc</id>