From a6b20ce3648af25f1c4d4aad61503da6f861eda1 Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Thu, 19 Mar 2020 10:25:15 +0200 Subject: Bump Base dockers version to 1.6.1 Change-Id: If700e171c7862b29d7c5c86663cd06c3c88cb890 Issue-ID: SDC-2595 Signed-off-by: Ofir Sonsino --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7671df2..78a28ee 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.onap.sdc.sdc-docker-base sdc-docker-base pom - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT sdc-sdc-docker-base diff --git a/version.properties b/version.properties index 0f0fb2b..9c539e8 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=6 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg