diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-20 11:31:01 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-20 11:31:01 -0800 |
commit | 6e6aed0d312c95c5658b0d7750ce00b40ebd2345 (patch) | |
tree | 760e89e3b73d9bfcb2ace487be07100a033a76ee | |
parent | 5b05ec33771d110463aa6de9c17722ff96759bc4 (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: I522c269774585167923699cfabed957bc56b7a15
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | res/pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -23,7 +23,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.gvnfm.vnfres</groupId> <artifactId>vfc-gvnfm-vnfres</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>vfc-gvnfm-vnfres</name> <description>vfc gvnfm vnfres</description> diff --git a/res/pom.xml b/res/pom.xml index 1d0573a..d82f841 100644 --- a/res/pom.xml +++ b/res/pom.xml @@ -20,12 +20,12 @@ <parent> <groupId>org.onap.vfc.gvnfm.vnfres</groupId> <artifactId>vfc-gvnfm-vnfres</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.gvnfm.vnfres.res</groupId> <artifactId>vfc-gvnfm-vnfres-res</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>vfc/gvnfm/vnfres/res</name> <description>vfc gvnfm vnfres res</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} |