aboutsummaryrefslogtreecommitdiffstats
path: root/vnftools
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-11-15 12:06:42 -0500
committerDan Timoney <dtimoney@att.com>2017-11-15 12:06:42 -0500
commitacf2311a4d2f646a6e01af325b00b7d68e135225 (patch)
treea28c83d94b1f2019a4d90a97fa240d3ece1dcdb1 /vnftools
parent0d82295193356e29a27caded94961c412275c953 (diff)
Roll to next version
Since release 1.2.1 has already been cut, need to bump version to 1.2.2-SNAPSHOT. Change-Id: I97f293f264082d78d15984c231b67759c3e1006b Issue-ID: SDNC-74 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'vnftools')
-rw-r--r--vnftools/features/pom.xml2
-rwxr-xr-xvnftools/installer/pom.xml2
-rw-r--r--vnftools/pom.xml4
-rw-r--r--vnftools/provider/pom.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/vnftools/features/pom.xml b/vnftools/features/pom.xml
index d6d757ed..070ff404 100644
--- a/vnftools/features/pom.xml
+++ b/vnftools/features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>vnftools</artifactId>
<groupId>org.onap.sdnc.northbound</groupId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>vnftools-features</artifactId>
<name>VNF tools Plugin - Features</name>
diff --git a/vnftools/installer/pom.xml b/vnftools/installer/pom.xml
index e46a7d1b..a85b478c 100755
--- a/vnftools/installer/pom.xml
+++ b/vnftools/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>vnftools</artifactId>
<groupId>org.onap.sdnc.northbound</groupId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>vnftools-installer</artifactId>
<name>VNF Tools Plugin - Karaf Installer</name>
diff --git a/vnftools/pom.xml b/vnftools/pom.xml
index cb7522d7..0bbaccdc 100644
--- a/vnftools/pom.xml
+++ b/vnftools/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>sdnc-northbound</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -18,7 +18,7 @@
<name>VNF Tools Plugin</name>
<description>Provides execute nodes to Directed Graphs that use the VNF Module.</description>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
<dependencyManagement>
diff --git a/vnftools/provider/pom.xml b/vnftools/provider/pom.xml
index ddf6cb3e..63fb0bd7 100644
--- a/vnftools/provider/pom.xml
+++ b/vnftools/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>vnftools</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>vnftools-provider</artifactId>
<packaging>bundle</packaging>