aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 2b7334a..7f0b0d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,14 +51,14 @@
<distributionManagement>
<repository>
- <id>osecomp-nexus-releases</id>
- <name>OSECOMP Release Repository</name>
- <url>https://ecomp-nexus:8443/repository/maven-releases</url>
+ <id>ecomp-releases</id>
+ <name>OpenECOMP Release Repository</name>
+ <url>${nexusproxy}/content/repositories/releases</url>
</repository>
<snapshotRepository>
- <id>osecomp-nexus-snapshots</id>
- <name>OSECOMP Snapshot Repository</name>
- <url>https://ecomp-nexus:8443/repository/maven-snapshots</url>
+ <id>ecomp-snapshots</id>
+ <name>OpenECOMP Snapshot Repository</name>
+ <url>${nexusproxy}/content/repositories/snapshots</url>
</snapshotRepository>
<site>
<id>dcae-javadoc</id>