diff options
author | Marco Platania <platania@research.att.com> | 2020-06-12 12:28:28 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2020-06-12 12:28:28 -0400 |
commit | 05377b604d4b26e1c50280bc8a223673c1963370 (patch) | |
tree | bd79ee55b45c8978a3df5d944ae407d7a77afa29 /vnfs/honeycomb_plugin/stream-count | |
parent | 8fb013099c9091c5f9b17920f0cb7eee857fe7f4 (diff) |
Update POM and heat env to use 1.6.0
Issue-ID: INT-1625
Signed-off-by: Marco Platania <platania@research.att.com>
Change-Id: I3bbe0915552991612d27aaedde424580edcefc5f
Diffstat (limited to 'vnfs/honeycomb_plugin/stream-count')
-rw-r--r-- | vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |