From d0ec7287ed09da3b8d9feeb1e85042708ff3dac6 Mon Sep 17 00:00:00 2001 From: ChrisC Date: Thu, 18 Jun 2020 11:29:45 +0200 Subject: Update version to 1.7.0 Uplift docker base version for next release Issue-ID: SDC-3128 Signed-off-by: ChrisC Change-Id: I64ed63a924d3951415fab4e8b4d54d61adb931d6 --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6613c29..7ddb5b4 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.onap.sdc.sdc-docker-base sdc-docker-base pom - 1.6.1-SNAPSHOT + 1.7.0-SNAPSHOT sdc-sdc-docker-base diff --git a/version.properties b/version.properties index 9c539e8..ffe55dc 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=6 -patch=1 +minor=7 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg