summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorshrek2000 <oren.kleks@amdocs.com>2019-10-29 09:38:53 +0200
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-10-29 13:12:25 +0000
commitc0e96b55b3b71a69d0cfe47908a2e5c0ee7e4bae (patch)
treeed6302c34cf29d00245829b767d9972ce2514890 /pom.xml
parent6cdcb857261019e1dbd154fe6f27a68b124cfb4a (diff)
Upgrade to Cassandra 3
Creating base dockers suitable for Cassandra 3 Issue-ID: SDC-2594 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I9e62cca2b7ef348bf68f28f74ec0a49c350f93e8 Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 3784652..cab2156 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.4.2-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<name>sdc-sdc-docker-base</name>
<parent>
@@ -31,7 +31,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.25.2</version>
+ <version>0.26.0</version>
<configuration>
<images>
<!-- base_sdc-jetty for backend and frontend -->