summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@intl.att.com>2020-03-19 10:25:15 +0200
committerOfir Sonsino <os0695@intl.att.com>2020-03-19 10:25:15 +0200
commita6b20ce3648af25f1c4d4aad61503da6f861eda1 (patch)
tree31013b345aed38800b1c7947076afc4069deffea
parentbf71d497301bb5f782879d696d1f924ea77f14fb (diff)
Bump Base dockers version to 1.6.11.6.1
Change-Id: If700e171c7862b29d7c5c86663cd06c3c88cb890 Issue-ID: SDC-2595 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
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 @@
<groupId>org.onap.sdc.sdc-docker-base</groupId>
<artifactId>sdc-docker-base</artifactId>
<packaging>pom</packaging>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<name>sdc-sdc-docker-base</name>
<parent>
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}