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