Updating nexus url path 47/1147/1
authorPatrick Brady <pb071s@att.com>
Tue, 21 Feb 2017 21:47:01 +0000 (13:47 -0800)
committerPatrick Brady <pb071s@att.com>
Tue, 21 Feb 2017 21:47:12 +0000 (13:47 -0800)
We had the incorrect path after the url for openecomp nexus.

Change-Id: I605e442d37a46578eccb62decf7646347bde8b42
Signed-off-by: Patrick Brady <pb071s@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 343a33a..43aa947 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <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>