diff options
author | 2020-06-15 21:01:10 +0000 | |
---|---|---|
committer | 2020-06-15 21:01:10 +0000 | |
commit | d206e0208fc31e9526d8803da5cbd2073553d05a (patch) | |
tree | 6e6d9163f50dd6ab405180fdf55f74ccebb5bba6 /vnfs/honeycomb_plugin | |
parent | 360ebc15448f4d4720d80ea7339f92d4d3eafa55 (diff) |
Release demo1.6.0
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 7590f5e4..905f7f84 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.6.0-SNAPSHOT</version> + <version>1.6.0</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 b87a5086..08d547a3 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.6.0-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../../parent-pom/pom.xml</relativePath> </parent> |