summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2017-07-31 15:35:01 -0500
committerJorge Hernandez <jh1730@att.com>2017-07-31 15:35:01 -0500
commit41ca218316e2b73a9e7a2f1a41956dd5588a3e5b (patch)
tree26a6b94ec28fbd1ac1090f0af9120ee79795e06a /pom.xml
parentef5969b1195d9280bb1dd5c64544b5c4113299d2 (diff)
[POLICY-72] missed onap repo ids
Change-Id: Id71d2d0f551fa5404920a0ab5347db077eb53767 Signed-off-by: Jorge Hernandez <jh1730@att.com>
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 487f0bc5..dd546451 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,17 +92,17 @@
<distributionManagement>
<repository>
- <id>onap-releases</id>
+ <id>ecomp-releases</id>
<name>ONAP Release Repository</name>
<url>${nexusproxy}/${releases.path}</url>
</repository>
<snapshotRepository>
- <id>onap-snapshots</id>
+ <id>ecomp-snapshots</id>
<name>ONAP Snapshot Repository</name>
<url>${nexusproxy}/${snapshots.path}</url>
</snapshotRepository>
<site>
- <id>onap-site</id>
+ <id>ecomp-site</id>
<url>dav:${nexusproxy}${sitePath}</url>
</site>
</distributionManagement>