update deploy info 59/1759/1
authorplatania <platania@research.att.com>
Tue, 7 Mar 2017 21:43:52 +0000 (16:43 -0500)
committerplatania <platania@research.att.com>
Tue, 7 Mar 2017 21:43:52 +0000 (16:43 -0500)
Change-Id: I388b3d00204e20c7c461f42574f47b7c2045dd66
Signed-off-by: platania <platania@research.att.com>
pom.xml
vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml

diff --git a/pom.xml b/pom.xml
index 8b7acdc..ce49d4d 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
         <version>1.6.7</version>
         <extensions>true</extensions>
         <configuration>
-          <nexusUrl>${nexusproxy}</nexusUrl>
+          <nexusUrl>https://nexus.openecomp.org/</nexusUrl>
           <stagingProfileId>176c31dfe190a</stagingProfileId>
           <serverId>ecomp-staging</serverId>
         </configuration>
index 1c6b5d2..b37a19d 100755 (executable)
     </dependency>
   </dependencies>
 
+    <distributionManagement>
+        <repository>
+            <id>ecomp-releases</id>
+            <name>Demo Release Repository</name>
+            <url> https://nexus.openecomp.org/content/repositories/releases/</url>
+        </repository>
+        <snapshotRepository>
+            <id>ecomp-snapshots</id>
+            <name>Demo Snapshot Repository</name>
+            <url> https://nexus.openecomp.org/content/repositories/snapshots/</url>
+        </snapshotRepository>
+    </distributionManagement>
+
 </project>