aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplatania <platania@research.att.com>2017-03-07 15:42:22 -0500
committerplatania <platania@research.att.com>2017-03-07 15:42:22 -0500
commitc3a3d6286bf390087295b462a9c082c65268b3a8 (patch)
tree28ceb11f72a78add833e6fe270d071ecc56295aa
parent7ffc784e98f5f608000d1deff778e5aa1496a4fc (diff)
Update HC POM files
Change-Id: Iffafd606ae4e8dca69330be358e4ebd98ff6373d Signed-off-by: platania <platania@research.att.com>
-rwxr-xr-xvnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml5
-rwxr-xr-xvnfs/honeycomb_plugin/sample_plugin/sample-plugin-impl/pom.xml4
2 files changed, 5 insertions, 4 deletions
diff --git a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
index 9d01b41e..1c6b5d2e 100755
--- a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
+++ b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
@@ -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>
diff --git a/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-impl/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-impl/pom.xml
index ad61616d..ab0b03e6 100755
--- a/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-impl/pom.xml
+++ b/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-impl/pom.xml
@@ -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-->