diff options
Diffstat (limited to 'vnfs/honeycomb_plugin')
-rw-r--r-- | vnfs/honeycomb_plugin/parent-pom/pom.xml | 2 | ||||
-rwxr-xr-x | vnfs/honeycomb_plugin/sample-distribution/pom.xml | 2 | ||||
-rw-r--r-- | vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vnfs/honeycomb_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/parent-pom/pom.xml index d331f68e..d8322b89 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.5.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/vnfs/honeycomb_plugin/sample-distribution/pom.xml b/vnfs/honeycomb_plugin/sample-distribution/pom.xml index 02dd1ace..c2e363ad 100755 --- a/vnfs/honeycomb_plugin/sample-distribution/pom.xml +++ b/vnfs/honeycomb_plugin/sample-distribution/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.onap.demo.vnf</groupId> <artifactId>hc-onap</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <relativePath>../parent-pom/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..6b5b8979 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.5.0-SNAPSHOT</version> <relativePath>../../parent-pom/pom.xml</relativePath> </parent> |