From 28617cc3d7dd24b558d6824bc4b57ca7ad785fde Mon Sep 17 00:00:00 2001 From: "Forsyth, James (jf2512)" Date: Fri, 17 Jan 2020 17:56:00 -0500 Subject: [PATCH] Upversion to 1.6.1 Issue-ID: AAI-2761 Signed-off-by: Forsyth, James (jf2512) Change-Id: I0c7ba74bae20a666d2c3c3d93d897eaec45be679 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4de425b..b110beb 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.aai.data-router data-router - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT aai-data-router 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