aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-02-22 08:28:47 +0100
committersebdet <sebastien.determe@intl.att.com>2019-02-22 08:28:47 +0100
commit1a6b7190b59a2faab874f2cc9c2c3828739f15e8 (patch)
tree5cdf276b12986b739bd218615ebf0fc34a68ddd8 /pom.xml
parent58d9b03dfa8298e65c53b002f29e0dc748b1ec98 (diff)
Fix merge job
Restore repository names to ecomp-* instead of onap-* as jenkins settings use ecomp Issue-ID: CLAMP-252 Change-Id: Ib247626430ccdafaf88776c63a4f0d5a003d58f5 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
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 3a0cc25a..a2fe2cb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,17 +145,17 @@
<distributionManagement>
<repository>
- <id>onap-releases</id>
+ <id>ecomp-releases</id>
<name>Clamp Release Repository</name>
<url>https://nexus.onap.org/content/repositories/releases/</url>
</repository>
<snapshotRepository>
- <id>onap-snapshots</id>
+ <id>ecomp-snapshots</id>
<name>Clamp Snapshot Repository</name>
<url>https://nexus.onap.org/content/repositories/snapshots/</url>
</snapshotRepository>
<site>
- <id>onap-site</id>
+ <id>ecomp-site</id>
<url>dav:https://nexus.onap.org/content/sites/site/org/onap/clamp/${project.version}</url>
</site>
</distributionManagement>
@@ -167,17 +167,17 @@
<url>http://repo2.maven.org/maven2/</url>
</repository>
<repository>
- <id>onap-releases</id>
+ <id>ecomp-releases</id>
<name>ONAP Release Repository</name>
<url>https://nexus.onap.org/content/repositories/releases/</url>
</repository>
<repository>
- <id>onap-staging</id>
+ <id>ecomp-staging</id>
<name>ONAP Staging Repository</name>
<url>https://nexus.onap.org/content/repositories/staging/</url>
</repository>
<repository>
- <id>onap-snapshots</id>
+ <id>ecomp-snapshots</id>
<name>ONAP Snapshot Repository</name>
<url>https://nexus.onap.org/content/repositories/snapshots/</url>
<snapshots>