POM reorganization
[demo.git] / vnfs / vLB / DNSClient / pom.xml
index cfb7db9..42d987c 100644 (file)
@@ -1,11 +1,17 @@
 <project>
 
+  <parent>
+    <groupId>org.openecomp.demo.vnf</groupId>
+    <artifactId>demo-aggregator</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.openecomp.demo.vnf.lb</groupId>
   <artifactId>dns-client</artifactId>
   <name>DNS Client</name>
   <packaging>jar</packaging>
-  <version>1.0.0</version>
   
   <build>
     <plugins>
     </plugins>
   </build>
 
-  <distributionManagement>
-      <repository>
-          <id>nexus</id>
-          <name>OpenECOMP Release Repository</name>
-          <url>https://ecomp-nexus:8443/repository/raw</url>
-      </repository>
-  </distributionManagement>
-
 </project>