summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2017-07-31 15:07:43 -0500
committerJorge Hernandez <jh1730@att.com>2017-07-31 15:07:43 -0500
commitef5969b1195d9280bb1dd5c64544b5c4113299d2 (patch)
tree2992a529b54903537884946dd41ba0c57e671111 /pom.xml
parent6abeb297254942c48722c2da0e7c355d523fe307 (diff)
[POLICY-72] put back ecomp server ids.
Change-Id: I41df0afcf9c721c6a614027eb92e84d3c2c3aab5 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 8529f9dc..487f0bc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,17 +74,17 @@
<repositories>
<repository>
- <id>onap-snapshots</id>
+ <id>ecomp-snapshots</id>
<name>ONAP Snapshot Repository</name>
<url>${nexusproxy}/${snapshots.path}</url>
</repository>
<repository>
- <id>onap-releases</id>
+ <id>ecomp-releases</id>
<name>ONAP Release Repository</name>
<url>${nexusproxy}/${releases.path}</url>
</repository>
<repository>
- <id>onap-staging</id>
+ <id>ecomp-staging</id>
<name>ONAP Staging Repository</name>
<url>${nexusproxy}/${staging.path}</url>
</repository>