Revert "Update distributionManagement serverIds" 51/18351/1
authorGary Wu <gary.i.wu@huawei.com>
Wed, 11 Oct 2017 19:58:43 +0000 (12:58 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 11 Oct 2017 19:58:53 +0000 (12:58 -0700)
This reverts commit c93675909cd9d81064d1fdd8c0c7f33ba39fc7cc.

Change-Id: Ia3d0f75785e4ba9bb25d6cdb55e32206e120c38e
Issue-ID: INT-249
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
oparent/pom.xml
pom.xml

index f821332..3538e39 100644 (file)
       <url>http://repo2.maven.org/maven2/</url>
     </repository>
     <repository>
-      <id>releases</id>
+      <id>ecomp-releases</id>
       <name>ONAP Release Repository</name>
       <url>https://nexus.onap.org/content/repositories/releases/</url>
     </repository>
     <repository>
-      <id>snapshots</id>
+      <id>ecomp-snapshots</id>
       <name>ONAP Snapshot Repository</name>
       <url>https://nexus.onap.org/content/repositories/snapshots/</url>
       <snapshots>
       <url>http://repo2.maven.org/maven2/</url>
     </pluginRepository>
     <pluginRepository>
-      <id>releases</id>
+      <id>ecomp-releases</id>
       <name>ONAP Release Repository</name>
       <url>https://nexus.onap.org/content/repositories/releases/</url>
     </pluginRepository>
     <pluginRepository>
-      <id>snapshots</id>
+      <id>ecomp-snapshots</id>
       <name>ONAP Snapshot Repository</name>
       <url>https://nexus.onap.org/content/repositories/snapshots/</url>
       <snapshots>
diff --git a/pom.xml b/pom.xml
index f65c81a..de75c2b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   </properties>
   <distributionManagement>
     <repository>
-      <id>releases</id>
+      <id>ecomp-releases</id>
       <url>${onap.nexus.url}/content/repositories/releases</url>
     </repository>
     <snapshotRepository>
-      <id>snapshots</id>
+      <id>ecomp-snapshots</id>
       <url>${onap.nexus.url}/content/repositories/snapshots</url>
     </snapshotRepository>
   </distributionManagement>
@@ -68,7 +68,7 @@
           <configuration>
             <nexusUrl>${onap.nexus.url}</nexusUrl>
             <stagingProfileId>176c31dfe190a</stagingProfileId>
-            <serverId>staging</serverId>
+            <serverId>ecomp-staging</serverId>
           </configuration>
         </plugin>
         <plugin>