aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-02-21 13:47:01 -0800
committerPatrick Brady <pb071s@att.com>2017-02-21 13:47:12 -0800
commit1828152d26fd6bca072f5070b25ee20876690539 (patch)
treeec98dc1749b642c4f61d9678942a8f1138c57fe8
parent2095b49005e56e7b46757d171e779c608ad1386b (diff)
Updating nexus url path
We had the incorrect path after the url for openecomp nexus. Change-Id: I605e442d37a46578eccb62decf7646347bde8b42 Signed-off-by: Patrick Brady <pb071s@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 343a33a1f..43aa94769 100644
--- a/pom.xml
+++ b/pom.xml
@@ -705,8 +705,8 @@
<ssl.allowall>true</ssl.allowall>
<ssl.insecure>true</ssl.insecure>
<openecomp.nexus.host>nexus.openecomp.org</openecomp.nexus.host>
- <openecomp.nexus.release-url>https://nexus.openecomp.org/repository/maven-releases/</openecomp.nexus.release-url>
- <openecomp.nexus.snapshot-url>https://nexus.openecomp.org/repository/maven-snapshots/</openecomp.nexus.snapshot-url>
+ <openecomp.nexus.release-url>https://nexus.openecomp.org/content/repositories/releases/</openecomp.nexus.release-url>
+ <openecomp.nexus.snapshot-url>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.snapshot-url>
<openecomp.git.port>7999</openecomp.git.port>
<openecomp.git.project>st_osecomp</openecomp.git.project>
<openecomp.git.protocol>http</openecomp.git.protocol>