aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index f65c81a..de75c2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,11 +49,11 @@
</properties>
<distributionManagement>
<repository>
- <id>releases</id>
+ <id>ecomp-releases</id>
<url>${onap.nexus.url}/content/repositories/releases</url>
</repository>
<snapshotRepository>
- <id>snapshots</id>
+ <id>ecomp-snapshots</id>
<url>${onap.nexus.url}/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
@@ -68,7 +68,7 @@
<configuration>
<nexusUrl>${onap.nexus.url}</nexusUrl>
<stagingProfileId>176c31dfe190a</stagingProfileId>
- <serverId>staging</serverId>
+ <serverId>ecomp-staging</serverId>
</configuration>
</plugin>
<plugin>