Skip to content

Commit

Permalink
Update CDM docker image (#209)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
msmygit authored Oct 26, 2023
1 parent 5b83e0c commit f60a811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SIT/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fi
# These variables are hard-coded for now
SUBNET=$(echo ${CIDR} | cut -d. -f1-3)
CASS_VERSION=4
CDM_VERSION=feature-spark_scala_scc
CDM_VERSION=latest
#==============================================================================================================================
# Helper Functions
#==============================================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>datastax.cdm</groupId>
<artifactId>cassandra-data-migrator</artifactId>
<version>4.1.8</version>
<version>4.1.9-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit f60a811

Please sign in to comment.