From af5aabf89abcfde9938c3244bf2a8f9f5bba8a70 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 14 Aug 2019 15:39:06 -0400 Subject: Upversion rest-client in elalto Issue-ID: AAI-2579 Change-Id: I8366425e15986a825d296087de8d8a466ce67f72 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 bee5d2a..329794d 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai rest-client - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT aai-rest-client diff --git a/version.properties b/version.properties index f78f30b..45a2df9 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=5 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg