Insert the correct Nexus URL in pom files
[demo.git] / vnfs / vLB / DNSManager / pom.xml
index 20287f0..acfa3d9 100644 (file)
   </build>
 
   <distributionManagement>
-      <repository>
-          <id>nexus</id>
-          <name>OpenECOMP Release Repository</name>
-          <url>https://ecomp-nexus:8443/repository/raw</url>
-      </repository>
-  </distributionManagement>
+    <repository>
+      <id>ecomp-releases</id>
+      <name>Demo Release Repository</name>
+      <url>${nexusproxy}/content/repositories/releases/</url>
+    </repository>
+    <snapshotRepository>
+      <id>ecomp-snapshots</id>
+      <name>Demo Snapshot Repository</name>
+      <url>${nexusproxy}/content/repositories/snapshots/</url>
+    </snapshotRepository>
 
 </project>