diff options
author | 2019-06-14 12:19:39 -0700 | |
---|---|---|
committer | 2019-06-14 12:21:39 -0700 | |
commit | 25202340c69d3fc0c0b885aadb580d5dbbcfe8ce (patch) | |
tree | 1452ea37f0502d853945bd4a700fb701de6a04e5 /vnfs/honeycomb_plugin | |
parent | 73a66a348f321af37480991f11999794803f91ea (diff) |
Version bump demo to 1.4.1-SNAPSHOT
Issue-ID: INT-1055
Signed-off-by: Gary Wu <gary.wu@futurewei.com>
Change-Id: I0143f1c25ccb2d179e28097acea706e225db0934
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 37862c5e..ef9ada65 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.4.0-SNAPSHOT</version> + <version>1.4.1-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 6bbc4a7e..6d12cf7d 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.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <relativePath>../../parent-pom/pom.xml</relativePath> </parent> |