From 9d39562748fa8dbbee7b3604f4e70445ae9482d5 Mon Sep 17 00:00:00 2001 From: "Forsyth, James (jf2512)" Date: Fri, 17 Jan 2020 17:30:21 -0500 Subject: [PATCH] Upversion to 1.6.1 Issue-ID: AAI-2757 Signed-off-by: Forsyth, James (jf2512) Change-Id: Iecc97358ad8cdb94960c426c88f4815481bd22cd --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6f28d95..d318d99 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.aai babel - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT jar aai-babel diff --git a/version.properties b/version.properties index a0756ad..922c4fa 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=6 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6