File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y openssh-server vim python3 --no-install
18
18
service ssh start
19
19
20
20
# Copy CDM jar & template files
21
- ARG MAVEN_VERSION=3.8.7
21
+ ARG MAVEN_VERSION=3.9.2
22
22
ARG USER_HOME_DIR="/root"
23
23
ARG BASE_URL=https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries
24
24
ENV MAVEN_HOME /usr/share/maven
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## [ 4.0.1] - 2023-06-08
4
+ - Fixes broken maven link in docker build process
5
+ - Upgrades to latest stable Maven 3.x
6
+
3
7
## [ 4.0.0] - 2023-06-02
4
8
This release is a major code refactor of Cassandra Data Migrator, focused on internal code structure and organization.
5
9
Automated testing (both unit and integration) was introduced and incorporated into the build process. It includes all
Original file line number Diff line number Diff line change 8
8
9
9
<properties >
10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
- <revision >4.0.0-SNAPSHOT</revision >
12
11
<scala .version>2.12.17</scala .version>
13
12
<scala .main.version>2.12</scala .main.version>
14
13
<spark .version>3.3.1</spark .version>
24
23
<id >github</id >
25
24
<name >GitHub Packages</name >
26
25
<url >https://maven.pkg.github.com/datastax/cassandra-data-migrator</url >
27
- <snapshots >
28
- <enabled >false</enabled >
29
- </snapshots >
30
26
</repository >
31
27
</distributionManagement >
32
28
You can’t perform that action at this time.
0 commit comments