From fb8f84d04d0b67c68cf7054cc470d345bc19c031 Mon Sep 17 00:00:00 2001 From: efiacor Date: Sun, 30 Aug 2020 12:46:28 +0100 Subject: [PATCH] [aai-babel] Bump version to 1.7.1 Signed-off-by: efiacor Change-Id: I262713a7b88d031a2b13b52a589bc9af3b883d76 Issue-ID: AAI-3099 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 24ab5c6..d133eb4 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.aai babel - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT jar aai-babel diff --git a/version.properties b/version.properties index e377fcf..4bdcfa1 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=7 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6