Add deploy and install plugin versions
[demo.git] / vnfs / vLB / DNSClient / pom.xml
index cfb7db9..6c31f4c 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>
@@ -25,6 +31,7 @@
     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-deploy-plugin</artifactId>
+      <version>2.8.1</version>
         <configuration>
           <skip>false</skip>
         </configuration>
@@ -33,6 +40,7 @@
     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-install-plugin</artifactId>
+      <version>2.5.2</version>
       <configuration>
         <skip>false</skip>
       </configuration>
     </plugins>
   </build>
 
-  <distributionManagement>
-      <repository>
-          <id>nexus</id>
-          <name>OpenECOMP Release Repository</name>
-          <url>https://ecomp-nexus:8443/repository/raw</url>
-      </repository>
-  </distributionManagement>
-
 </project>