aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-16 16:31:02 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-16 16:31:02 -0800
commit4b108f55ff7921467bec565632aef39412bc70fa (patch)
tree7a8ba1243a22a7536a664bc7366bdecc604a1b88
parentacc53925ed9d93275b438a335d7587cb4213df46 (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.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index b8c8409..a065aab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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}