diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 13:40:58 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 13:40:58 -0700 |
commit | da0091f7c4de4b41751584359b9af812248e848a (patch) | |
tree | 1411f17738be0898eae1edd3fa4aa009920b1149 /ncomp-core-tools/pom.xml | |
parent | 740cb26781f77ac41e0cd1438ea289868fe01d01 (diff) |
Point Nexus proxy to new URL
The nexus.openecomp.org domain has been deprecated for nexus.onap.org
Change-Id: Ic45ad5b91facda85687be7078635998ed12ddeea
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'ncomp-core-tools/pom.xml')
-rw-r--r-- | ncomp-core-tools/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ncomp-core-tools/pom.xml b/ncomp-core-tools/pom.xml index f9c938f..31a710d 100644 --- a/ncomp-core-tools/pom.xml +++ b/ncomp-core-tools/pom.xml @@ -10,9 +10,9 @@ <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.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>ecomp-staging</openecomp.nexus.staging.serverId> <openecomp.nexus.staging.profileId>176c31dfe190a</openecomp.nexus.staging.profileId> </properties> |