Skip to content

Commit f60a811

Browse files
authored
Update CDM docker image (#209)
* Update CDM docker image * [maven-release-plugin] prepare release 4.1.8 * [maven-release-plugin] prepare for next development iteration * Docker image version for CDM updated back to latest
1 parent 5b83e0c commit f60a811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SIT/environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ fi
6969
# These variables are hard-coded for now
7070
SUBNET=$(echo ${CIDR} | cut -d. -f1-3)
7171
CASS_VERSION=4
72-
CDM_VERSION=feature-spark_scala_scc
72+
CDM_VERSION=latest
7373
#==============================================================================================================================
7474
# Helper Functions
7575
#==============================================================================================================================

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>datastax.cdm</groupId>
55
<artifactId>cassandra-data-migrator</artifactId>
6-
<version>4.1.8</version>
6+
<version>4.1.9-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<properties>

0 commit comments

Comments
 (0)