diff options
author | Michael Lando <ml636r@att.com> | 2017-04-04 08:11:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-04-04 08:11:24 +0000 |
commit | 84e94c8581aa649f5eb855ab29c3e07b600d387a (patch) | |
tree | c15010ae537b298be2500b02ae724382c459806d | |
parent | 142d2e66f8a3f2cf6266817c01b54ff7f92649c3 (diff) | |
parent | e636a20c1e709da1c40dc3690571576f4e87860e (diff) |
Merge "Point Nexus proxy to new URL"
-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> |