summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2020-06-18 11:29:45 +0200
committerChrisC <christophe.closset@intl.att.com>2020-06-18 12:10:09 +0200
commitd0ec7287ed09da3b8d9feeb1e85042708ff3dac6 (patch)
treed94423ea80e0a43a9a40fdf9be494e0d0e5d6867
parent0e0dff07cf70588ef270e12e5ec43805c12daa4d (diff)
Update version to 1.7.01.7.0
Uplift docker base version for next release Issue-ID: SDC-3128 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I64ed63a924d3951415fab4e8b4d54d61adb931d6
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
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 @@
<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>
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}