diff options
author | Patrick Brady <pb071s@att.com> | 2017-02-21 13:47:01 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-02-21 13:47:12 -0800 |
commit | 1828152d26fd6bca072f5070b25ee20876690539 (patch) | |
tree | ec98dc1749b642c4f61d9678942a8f1138c57fe8 | |
parent | 2095b49005e56e7b46757d171e779c608ad1386b (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |