From 8fdf13d8ac1045159eba89cd186fa56c4e65afce Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 4 May 2018 09:18:32 -0400 Subject: [PATCH] Upversion rest-client in prep for release Issue-ID: AAI-1122 Change-Id: I37dab47b1578ac0b160aef6ad05d72a2e634990e Signed-off-by: Jimmy Forsyth --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b7586ab..9105dbf 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.aai rest-client - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT aai-rest-client diff --git a/version.properties b/version.properties index 688582d..1f3ede1 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=2 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6