From e37afeef1662bbbe281c4424b5ee53c727841dd0 Mon Sep 17 00:00:00 2001 From: sblimkie Date: Mon, 15 Oct 2018 10:41:21 -0400 Subject: [PATCH] rev library version Issue-ID: AAI-1740 Signed-off-by: sblimkie Change-Id: I3f6538a9dccfdd0e9f8e112bbbec5293bc696370 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 73d2f00..25c4cf8 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ limitations under the License. org.onap.aai rest-client - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT aai-rest-client diff --git a/version.properties b/version.properties index a254b21..fb21064 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6