diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 10:30:40 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 10:30:40 -0700 |
commit | 2c2cbd39ac5596458354a2dd386c585f3c550632 (patch) | |
tree | 2bff27436f518616d1211e06a41a4511d619712b /pom.xml | |
parent | 6bcda01a1021bf0f9c39499063dd49f1b79d4417 (diff) |
Point Nexus proxy to new URL
The nexus.openecomp.org domain has been deprecated for nexus.onap.org
Change-Id: Ia5b0fcf8b6382383c9b8f174a5576ff96910c186
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <build.version>1.1.0-SNAPSHOT</build.version> - <nexusproxy>https://nexus.openecomp.org</nexusproxy> + <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> |