Adding Snapshot version to HC POMs
[demo.git] / vnfs / honeycomb_plugin / sample_plugin / sample-plugin-impl / pom.xml
index 49ec149..6113ecd 100755 (executable)
@@ -23,6 +23,7 @@
     <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>
@@ -33,7 +34,7 @@
         <dependency>
             <groupId>org.openecomp.demo.vnf</groupId>
             <artifactId>sample-plugin-api</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
 
         <!-- Honeycomb infrastructure-->