diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 13:11:14 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 13:11:14 -0700 |
commit | e636a20c1e709da1c40dc3690571576f4e87860e (patch) | |
tree | 704a0daba4a35c684b07b6e61d1b7bfdc5516085 | |
parent | bd163afaa1e9ee6698b1f3c3eb9c3605f0c3d84d (diff) |
Point Nexus proxy to new URL
The nexus.openecomp.org domain has been deprecated for nexus.onap.org
Change-Id: I2af719c9cb6c4a511ce32ea7704da6f367a85800
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ <sonar.inclusions>app/**/*.js,server-mock/**/*.js,src/**/*.js,src/main/**/*.java</sonar.inclusions> <!--nexus--> - <nexus.proxy>https://nexus.openecomp.org</nexus.proxy> + <nexus.proxy>https://nexus.onap.org</nexus.proxy> <staging.profile.id>176c31dfe190a</staging.profile.id> <!--maven--> <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format> |