diff options
author | Marco Platania <platania@research.att.com> | 2019-09-18 09:24:10 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-09-18 09:24:10 -0400 |
commit | 19f2387dc845df9045c7f98880dab841a69082be (patch) | |
tree | a0d9ca9b88632e80dff85499e24f403954108b39 /vnfs/honeycomb_plugin | |
parent | ad58429336ae132d35d5eb9057e972353f42390f (diff) |
Bump poms and heat envs to 1.6.0-SNAPSHOT
Issue-ID: TEST-216
Signed-off-by: Marco Platania <platania@research.att.com>
Change-Id: Ie69b696d3c8b8bee726e092c16c33e4a68d4ce2d
Diffstat (limited to 'vnfs/honeycomb_plugin')
-rw-r--r-- | vnfs/honeycomb_plugin/parent-pom/pom.xml | 2 | ||||
-rw-r--r-- | vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vnfs/honeycomb_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/parent-pom/pom.xml index 25065119..7590f5e4 100644 --- a/vnfs/honeycomb_plugin/parent-pom/pom.xml +++ b/vnfs/honeycomb_plugin/parent-pom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.demo.vnf</groupId> <artifactId>demo-aggregator</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml b/vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml index 6b5b8979..b87a5086 100644 --- a/vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml +++ b/vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.onap.demo.vnf</groupId> <artifactId>hc-onap</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <relativePath>../../parent-pom/pom.xml</relativePath> </parent> |