From 4b108f55ff7921467bec565632aef39412bc70fa Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 16 Nov 2017 16:31:02 -0800 Subject: [PATCH] Bump minor version Bump minor version in preparation for Amsterdam branching. Change-Id: Ib7240b670e1e2af1038002690942db8f626178c5 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- pom.xml | 4 ++-- version.properties | 2 +- 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 @@ org.onap.oparent oparent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT org.onap.aai rest-client - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT aai-rest-client 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} -- 2.16.6