diff options
author | JulienBe <jb379x@att.com> | 2017-02-08 08:10:00 -0800 |
---|---|---|
committer | JulienBe <jb379x@att.com> | 2017-02-08 08:10:13 -0800 |
commit | d5391e1de647c10e6eed33bce7abaa9008bf1952 (patch) | |
tree | b0815ba2407587c0e420f73967adc50e0f376bc8 /pom.xml | |
parent | bfb7a70adbca97b876651f1df04e61f877704c20 (diff) |
Moving nexus url for staging to https
Change-Id: I8cf38a2d980e1f5fb5ee95701aeb59d18873353b
Signed-off-by: JulienBe <jb379x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ <version>1.6.7</version> <extensions>true</extensions> <configuration> - <nexusUrl>http://nexus.openecomp.org/</nexusUrl> + <nexusUrl>https://nexus.openecomp.org/</nexusUrl> <stagingProfileId>176c31dfe190a</stagingProfileId> <serverId>ecomp-staging</serverId> </configuration> |