summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortalig <talig@amdocs.com>2019-11-18 09:00:31 +0200
committertalig <talig@amdocs.com>2019-11-18 09:02:52 +0200
commit10422732156d705fc536f84988ae3e54579829dc (patch)
tree9b776e74f0044f5be97a9db418b5038d9740da30
parent3d89ac9d4da5183031f18c034c34b645e8a7819f (diff)
Rename repository Ids in main pom (to fix deploy)
Issue-ID: SDC-2541 Signed-off-by: talig <talig@amdocs.com> Change-Id: Iee9d0709220470fc0a7adb18cdccee05f21a91ec
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 2177a84..fefb4cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,12 +129,12 @@
<url>http://repo2.maven.org/maven2/</url>
</repository>
<repository>
- <id>onap-releases</id>
+ <id>ecomp-releases</id>
<name>Release Repository</name>
<url>${nexus.proxy}/content/repositories/releases/</url>
</repository>
<repository>
- <id>onap-snapshots</id>
+ <id>ecomp-snapshots</id>
<name>Snapshots Repository</name>
<url>${nexus.proxy}/content/repositories/snapshots/</url>
</repository>
@@ -142,17 +142,17 @@
<distributionManagement>
<repository>
- <id>onap-releases</id>
+ <id>ecomp-releases</id>
<name>Release Repository</name>
<url>${nexus.proxy}/content/repositories/${releases.path}/</url>
</repository>
<snapshotRepository>
- <id>onap-snapshots</id>
+ <id>ecomp-snapshots</id>
<name>Snapshot Repository</name>
<url>${nexus.proxy}/content/repositories/${snapshots.path}/</url>
</snapshotRepository>
<site>
- <id>onap-site</id>
+ <id>ecomp-site</id>
<url>dav:${nexus.proxy}${sitePath}</url>
</site>
</distributionManagement>