Adding Snapshot version to HC POMs 29/929/1
authorplatania <platania@research.att.com>
Mon, 20 Feb 2017 15:24:41 +0000 (10:24 -0500)
committerplatania <platania@research.att.com>
Mon, 20 Feb 2017 15:24:41 +0000 (10:24 -0500)
Change-Id: Iaf7312502b9dffeece9a5a9430c3323eacf99f63
Signed-off-by: platania <platania@research.att.com>
.DS_Store
vnfs/.DS_Store
vnfs/honeycomb_plugin/.DS_Store
vnfs/honeycomb_plugin/sample_plugin/.DS_Store
vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
vnfs/honeycomb_plugin/sample_plugin/sample-plugin-api/pom.xml
vnfs/honeycomb_plugin/sample_plugin/sample-plugin-impl/pom.xml

index e43f329..6262f82 100644 (file)
Binary files a/.DS_Store and b/.DS_Store differ
index c4de131..9019f95 100644 (file)
Binary files a/vnfs/.DS_Store and b/vnfs/.DS_Store differ
index 6febf68..8ae4e66 100644 (file)
Binary files a/vnfs/honeycomb_plugin/.DS_Store and b/vnfs/honeycomb_plugin/.DS_Store differ
index 3c79254..f29b83a 100644 (file)
Binary files a/vnfs/honeycomb_plugin/sample_plugin/.DS_Store and b/vnfs/honeycomb_plugin/sample_plugin/.DS_Store differ
index ba9c211..07261c8 100755 (executable)
@@ -11,6 +11,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.openecomp.demo.vnf</groupId>
   <artifactId>sample-distribution</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
 
   <properties>
     <main.class>io.fd.honeycomb.vpp.integration.distro.Main</main.class>
@@ -81,7 +82,7 @@
       <artifactId>vppnsh-impl</artifactId>
       <version>${vppnsh.version}</version>
     </dependency>
-<dependency>
+    <dependency>
       <groupId>org.openecomp.demo.vnf</groupId>
       <artifactId>sample-plugin-impl</artifactId>
       <version>1.0.0-SNAPSHOT</version>
index fc98102..77a4b4f 100755 (executable)
@@ -23,6 +23,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.openecomp.demo.vnf</groupId>
   <artifactId>sample-plugin-api</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
index 5647462..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>