aboutsummaryrefslogtreecommitdiffstats
path: root/rootpom/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rootpom/pom.xml')
-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>