Update HC POM files 41/1741/1
authorplatania <platania@research.att.com>
Tue, 7 Mar 2017 20:42:22 +0000 (15:42 -0500)
committerplatania <platania@research.att.com>
Tue, 7 Mar 2017 20:42:22 +0000 (15:42 -0500)
Change-Id: Iffafd606ae4e8dca69330be358e4ebd98ff6373d
Signed-off-by: platania <platania@research.att.com>
vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
vnfs/honeycomb_plugin/sample_plugin/sample-plugin-impl/pom.xml

index 9d01b41..1c6b5d2 100755 (executable)
@@ -16,6 +16,7 @@
     <lisp.version>1.16.9</lisp.version>
     <vpp.common.min.distro.version>1.16.9</vpp.common.min.distro.version>
     <vppnsh.version>1.16.9</vppnsh.version>
+    <honeycomb.infra.version>1.16.9</honeycomb.infra.version>
   </properties>
 
   <build>
@@ -80,9 +81,9 @@
       <version>${vppnsh.version}</version>
     </dependency>
     <dependency>
-      <groupId>org.openecomp.demo.vnf</groupId>
+      <groupId>io.fd.honeycomb.common</groupId>
       <artifactId>sample-plugin-impl</artifactId>
-      <version>latest</version>
+      <version>${honeycomb.infra.version}</version>
     </dependency>
   </dependencies>
 
index ad61616..ab0b03e 100755 (executable)
@@ -29,9 +29,9 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.openecomp.demo.vnf</groupId>
+            <groupId>io.fd.honeycomb.common</groupId>
             <artifactId>sample-plugin-api</artifactId>
-            <version>latest</version>
+            <version>${honeycomb.infra.version}</version>
         </dependency>
 
         <!-- Honeycomb infrastructure-->