summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-20 11:28:48 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-20 11:28:48 -0800
commit74af9980f9f0a8715ad0c8156a201d41edadc248 (patch)
tree71e6cacf7b2d351231d41863081ecd44b6c8d7f6
parentaecac7f674c9f5993bcf38bfe7f5ea57e83e3760 (diff)
Bump minor version
Bump minor version in preparation for Amsterdam branching. Change-Id: Ie0a3456dfbecd71828cc19462df092a4d91c3c3b Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--mgr/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 4 insertions, 4 deletions
diff --git a/mgr/pom.xml b/mgr/pom.xml
index 993fd6c..d2a9675 100644
--- a/mgr/pom.xml
+++ b/mgr/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
<artifactId>vfc-gvnfm-vnfmgr</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnfmgr.mgr</groupId>
<artifactId>vfc-gvnfm-vnfmgr-mgr</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc/gvnfm/vnfmgr/mgr</name>
<description>vfc gvnfm vnfmgr mgr</description>
diff --git a/pom.xml b/pom.xml
index 7e0a215..9793c19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
<artifactId>vfc-gvnfm-vnfmgr</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnfmgr</name>
<description>vfc gvnfm vnfmgr</description>
diff --git a/version.properties b/version.properties
index 88587fb..3e4a550 100644
--- a/version.properties
+++ b/version.properties
@@ -18,7 +18,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=0
+minor=1
patch=1
base_version=${major}.${minor}.${patch}