aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-02-17 11:49:07 -0500
committerDan Timoney <dtimoney@att.com>2017-02-17 11:49:34 -0500
commit2749d035abec7edc3bc0436cdc331183f4d8494b (patch)
tree1b78fff0aa252cd30d8b2bc7ff345f06858c9a48
parentf170753936b7a5f2bb1d779b723ff0fc0479e38c (diff)
Parent POM cleanup
Update public repository settings Change-Id: I56089dca7f90c67708b0f94daef07a838205d44f Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xrootpom/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rootpom/pom.xml b/rootpom/pom.xml
index 07b022c..1f488cd 100755
--- a/rootpom/pom.xml
+++ b/rootpom/pom.xml
@@ -305,7 +305,7 @@
<pluginRepositories>
<pluginRepository>
<id>openecomp-public</id>
- <url>http://${openecomp.nexus.host}:8443/repository/maven-public</url>
+ <url>https://nexus.openecomp.org/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
@@ -354,7 +354,7 @@
<repositories>
<repository>
<id>openecomp-public</id>
- <url>https://${openecomp.nexus.host}:8443/repository/maven-public</url>
+ <url>https://nexus.openecomp.org/content/groups/public/</url>
<releases>
<enabled>true</enabled>
<!-- <updatePolicy>always</updatePolicy> <updatePolicy>never</updatePolicy>