diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-16 16:31:02 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-16 16:31:02 -0800 |
commit | 4b108f55ff7921467bec565632aef39412bc70fa (patch) | |
tree | 7a8ba1243a22a7536a664bc7366bdecc604a1b88 | |
parent | acc53925ed9d93275b438a335d7587cb4213df46 (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: Ib7240b670e1e2af1038002690942db8f626178c5
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -4,12 +4,12 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.aai</groupId> <artifactId>rest-client</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <name>aai-rest-client</name> <properties> diff --git a/version.properties b/version.properties index 7f86aa1..faf06bb 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 +minor=2 patch=0 base_version=${major}.${minor}.${patch} |