diff options
author | shrek2000 <oren.kleks@amdocs.com> | 2020-03-01 13:05:43 +0200 |
---|---|---|
committer | shrek2000 <oren.kleks@amdocs.com> | 2020-03-01 13:20:14 +0200 |
commit | 42783072f49b10565a54a73f81619dfd9066fc69 (patch) | |
tree | 2da13343f9b2487f8c3b79d9d00edede04d07e13 | |
parent | 3beba9ce870b43ad094fed5c5ac9c9987bf488e7 (diff) |
Bump Base dockers version to 1.6.0
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>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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> diff --git a/version.properties b/version.properties index 0d94dfd..0f0fb2b 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=4 -patch=2 +minor=6 +patch=0 base_version=${major}.${minor}.${patch} |