[POLICY-72] missed onap repo ids 43/6443/1
authorJorge Hernandez <jh1730@att.com>
Mon, 31 Jul 2017 20:35:01 +0000 (15:35 -0500)
committerJorge Hernandez <jh1730@att.com>
Mon, 31 Jul 2017 20:35:01 +0000 (15:35 -0500)
Change-Id: Id71d2d0f551fa5404920a0ab5347db077eb53767
Signed-off-by: Jorge Hernandez <jh1730@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 487f0bc..dd54645 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
        <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>