diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-07-31 15:07:43 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-07-31 15:07:43 -0500 |
commit | ef5969b1195d9280bb1dd5c64544b5c4113299d2 (patch) | |
tree | 2992a529b54903537884946dd41ba0c57e671111 /pom.xml | |
parent | 6abeb297254942c48722c2da0e7c355d523fe307 (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.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |