[VVP] updating pom to ecomp-* repos 78/78078/2
authorstark, steven <steven.stark@att.com>
Thu, 7 Feb 2019 18:46:33 +0000 (10:46 -0800)
committerstark, steven <steven.stark@att.com>
Thu, 7 Feb 2019 18:48:45 +0000 (10:48 -0800)
Change-Id: I431c84d0107bfc184669a02d61bd123a2ebbcbf7
Issue-ID: VVP-160
Signed-off-by: stark, steven <steven.stark@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index f09fa42..b4362e6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
             <configuration>
                 <nexusUrl>${onap.nexus.url}</nexusUrl>
                 <stagingProfileId>176c31dfe190a</stagingProfileId>
-                <serverId>onap-staging</serverId>
+                <serverId>ecomp-staging</serverId>
             </configuration>
         </plugin>
         <plugin>
   </build>
   <distributionManagement>
       <site>
-          <id>onap-site</id>
+          <id>ecomp-site</id>
           <url>dav:${onap.nexus.url}${sitePath}</url>
       </site>
   </distributionManagement>
   <repositories>
     <repository>
-        <id>onap-releases</id>
+        <id>ecomp-releases</id>
           <name>Release Repository</name>
           <url>${onap.nexus.url}/content/repositories/releases/</url>
     </repository>
     <repository>
-          <id>onap-snapshots</id>
+          <id>ecomp-snapshots</id>
           <name>Snapshot Repository</name>
           <url>${onap.nexus.url}/content/repositories/snapshots/</url>
     </repository>
     <repository>
-        <id>onap-staging</id>
+        <id>ecomp-staging</id>
         <name>Staging Repository</name>
         <url>${onap.nexus.url}/content/repositories/staging/</url>
     </repository>