aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 13:34:38 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 13:34:38 -0700
commit2f6cc353c5d1b61b2e32b919677939952cb7814e (patch)
tree7074f7c3ea114d4e034ebe1bdce8438e2b3e248f
parenta401c0d3bf59e7846aca6b40fe87c0d01b11b283 (diff)
Point Nexus proxy to new URL
The nexus.openecomp.org domain has been deprecated for nexus.onap.org Change-Id: Id792ad134bc6ea08378a90c54f1bf6a3e9b16cb5 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3c7abe1..702419f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -273,7 +273,7 @@
<jersey.version>2.16</jersey.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jettyVersion>9.0.2.v20130417</jettyVersion>
- <nexusproxy>https://nexus.openecomp.org</nexusproxy>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
</properties>
<description>Data Movement as a Platform (DMaaP) Bus Controller provides an API for other DCAE infrastructure components to provision DMaaP resources. A DMaaP resource is a Data Router Feed or a Message Router Topic, and their associated publishers and subscribers.</description>
</project>