From 42783072f49b10565a54a73f81619dfd9066fc69 Mon Sep 17 00:00:00 2001 From: shrek2000 Date: Sun, 1 Mar 2020 13:05:43 +0200 Subject: Bump Base dockers version to 1.6.0 Bump Base Cassandra version to 1.6.0 Issue-ID: SDC-2595 Signed-off-by: shrek2000 Change-Id: Ie7f13a081d6236f1a1fc561dcd1651591d412013 Signed-off-by: shrek2000 --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3cc06d1..7671df2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.onap.sdc.sdc-docker-base sdc-docker-base pom - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT sdc-sdc-docker-base diff --git a/version.properties b/version.properties index 0d94dfd..0f0fb2b 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=4 -patch=2 +minor=6 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg