From 5f29e2086393e9f1d1a73a5a92e2681c2c3ed517 Mon Sep 17 00:00:00 2001 From: "Maharajh, Robby (rx2202)" Date: Wed, 24 Feb 2021 12:50:35 -0500 Subject: Upversion to 1.8.1-SNAPSHOT Issue-ID: AAI-2996 Change-Id: I40de75a09971bfe3ad65835d00e969087149fd50 Signed-off-by: Maharajh, Robby (rx2202) --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 71447c9..b625833 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai babel - 1.8.0-SNAPSHOT + 1.8.1-SNAPSHOT jar aai-babel diff --git a/version.properties b/version.properties index 11f0383..b3f28cd 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=8 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit