summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulienBe <jb379x@att.com>2017-02-08 08:10:00 -0800
committerJulienBe <jb379x@att.com>2017-02-08 08:10:13 -0800
commitd5391e1de647c10e6eed33bce7abaa9008bf1952 (patch)
treeb0815ba2407587c0e420f73967adc50e0f376bc8
parentbfb7a70adbca97b876651f1df04e61f877704c20 (diff)
Moving nexus url for staging to https
Change-Id: I8cf38a2d980e1f5fb5ee95701aeb59d18873353b Signed-off-by: JulienBe <jb379x@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8ae204f..7f7c67a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>