summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 13:55:26 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 13:55:26 -0700
commiteccbcca6c954dc7d11bba15bf2a0f192dd887019 (patch)
treecbb000417bad61e01d4e70dcc2592e246d4233b8
parentf6f6a4b4b8787a3a960ad4205ceb453e9e91f220 (diff)
Point Nexus proxy to new URL
The nexus.openecomp.org domain has been deprecated for nexus.onap.org Change-Id: I621173bcea581007ca9f18dde661821d174c3c5d Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r--dcae-demo-controller/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/dcae-demo-controller/pom.xml b/dcae-demo-controller/pom.xml
index 1b02e57..e099d97 100644
--- a/dcae-demo-controller/pom.xml
+++ b/dcae-demo-controller/pom.xml
@@ -10,11 +10,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
- <openecomp.nexus.releases>https://nexus.openecomp.org/content/repositories/releases/</openecomp.nexus.releases>
- <openecomp.nexus.snapshots>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.snapshots>
- <openecomp.nexus.proxy>https://nexus.openecomp.org</openecomp.nexus.proxy>
- <openecomp.nexus.staging.serverId>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.staging.serverId>
- <openecomp.nexus.staging.profileId>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.staging.profileId>
+ <openecomp.nexus.releases>https://nexus.onap.org/content/repositories/releases/</openecomp.nexus.releases>
+ <openecomp.nexus.snapshots>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.snapshots>
+ <openecomp.nexus.proxy>https://nexus.onap.org</openecomp.nexus.proxy>
+ <openecomp.nexus.staging.serverId>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.staging.serverId>
+ <openecomp.nexus.staging.profileId>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.staging.profileId>
</properties>