[POLICY-71] revert serverIDs 35/6435/1
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 31 Jul 2017 19:14:59 +0000 (15:14 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Mon, 31 Jul 2017 19:16:26 +0000 (15:16 -0400)
Change-Id: I9a9b2ba08d4570c1782914fbc087e9c0d6328ed2
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index d16039d..4c2c67d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
        <repositories>
                <repository>
-                       <id>onap-snapshots</id>
+                       <id>ecomp-snapshots</id>
                        <name>ONAP Snapshots 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>
        
        <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>