Update structure of POM files
[demo.git] / vnfs / honeycomb_plugin / sample_plugin / sample-plugin-impl / pom.xml
index 6113ecd..ad61616 100755 (executable)
         <groupId>io.fd.honeycomb.common</groupId>
         <artifactId>impl-parent</artifactId>
         <version>1.16.9</version>
-        <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.openecomp.demo.vnf</groupId>
     <artifactId>sample-plugin-impl</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
@@ -34,7 +31,7 @@
         <dependency>
             <groupId>org.openecomp.demo.vnf</groupId>
             <artifactId>sample-plugin-api</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>latest</version>
         </dependency>
 
         <!-- Honeycomb infrastructure-->