Skip to content

Commit

Permalink
Merge pull request #164 from datastax/hotfix/CDM-83
Browse files Browse the repository at this point in the history
CDM-83 Fix broken docker build due to stale maven link
  • Loading branch information
pravinbhat authored Jun 8, 2023
2 parents d269ce4 + fbaf798 commit 27e5743
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y openssh-server vim python3 --no-install
service ssh start

# Copy CDM jar & template files
ARG MAVEN_VERSION=3.8.7
ARG MAVEN_VERSION=3.9.2
ARG USER_HOME_DIR="/root"
ARG BASE_URL=https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries
ENV MAVEN_HOME /usr/share/maven
Expand Down
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## [4.0.1] - 2023-06-08
- Fixes broken maven link in docker build process
- Upgrades to latest stable Maven 3.x

## [4.0.0] - 2023-06-02
This release is a major code refactor of Cassandra Data Migrator, focused on internal code structure and organization.
Automated testing (both unit and integration) was introduced and incorporated into the build process. It includes all
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>4.0.0-SNAPSHOT</revision>
<scala.version>2.12.17</scala.version>
<scala.main.version>2.12</scala.main.version>
<spark.version>3.3.1</spark.version>
Expand All @@ -24,9 +23,6 @@
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/datastax/cassandra-data-migrator</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 27e5743

Please sign in to comment.