From bc602f998358710f58bb5115b25f7ead45e6b564 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 16 Nov 2017 16:32:52 -0800 Subject: [PATCH] Bump patch version Bump patch version in preparation for Amsterdam branching. Change-Id: I6a0a187c976746dd00b5667d5d7a3f4bb4f88357 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3f72076..4905add 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.onap.aai rest-client - 1.1.0 + 1.1.1 aai-rest-client diff --git a/version.properties b/version.properties index 7f86aa1..55fbf44 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6