Bump Base dockers version to 1.6.0 66/102666/2
authorshrek2000 <oren.kleks@amdocs.com>
Sun, 1 Mar 2020 11:05:43 +0000 (13:05 +0200)
committershrek2000 <oren.kleks@amdocs.com>
Sun, 1 Mar 2020 11:20:14 +0000 (13:20 +0200)
Bump Base Cassandra version to 1.6.0
Issue-ID: SDC-2595

Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
Change-Id: Ie7f13a081d6236f1a1fc561dcd1651591d412013
Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 3cc06d1..7671df2 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.5.0-SNAPSHOT</version>
+  <version>1.6.0-SNAPSHOT</version>
   <name>sdc-sdc-docker-base</name>
 
   <parent>
index 0d94dfd..0f0fb2b 100644 (file)
@@ -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}