Update version to 1.7.0 90/109290/2 1.7.0
authorChrisC <christophe.closset@intl.att.com>
Thu, 18 Jun 2020 09:29:45 +0000 (11:29 +0200)
committerChrisC <christophe.closset@intl.att.com>
Thu, 18 Jun 2020 10:10:09 +0000 (12:10 +0200)
Uplift docker base version for next release

Issue-ID: SDC-3128
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I64ed63a924d3951415fab4e8b4d54d61adb931d6

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 6613c29..7ddb5b4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.onap.sdc.sdc-docker-base</groupId>
   <artifactId>sdc-docker-base</artifactId>
   <packaging>pom</packaging>
-  <version>1.6.1-SNAPSHOT</version>
+  <version>1.7.0-SNAPSHOT</version>
   <name>sdc-sdc-docker-base</name>
 
   <parent>
index 9c539e8..ffe55dc 100644 (file)
@@ -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}