Skip to content

Commit 90034e6

Browse files
committed
CDM-83 Fix broken docker build due to stale maven link
1 parent d269ce4 commit 90034e6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y openssh-server vim python3 --no-install
1818
service ssh start
1919

2020
# Copy CDM jar & template files
21-
ARG MAVEN_VERSION=3.8.7
21+
ARG MAVEN_VERSION=3.9.2
2222
ARG USER_HOME_DIR="/root"
2323
ARG BASE_URL=https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries
2424
ENV MAVEN_HOME /usr/share/maven

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
11-
<revision>4.0.0-SNAPSHOT</revision>
1211
<scala.version>2.12.17</scala.version>
1312
<scala.main.version>2.12</scala.main.version>
1413
<spark.version>3.3.1</spark.version>
@@ -24,9 +23,6 @@
2423
<id>github</id>
2524
<name>GitHub Packages</name>
2625
<url>https://maven.pkg.github.com/datastax/cassandra-data-migrator</url>
27-
<snapshots>
28-
<enabled>false</enabled>
29-
</snapshots>
3026
</repository>
3127
</distributionManagement>
3228

0 commit comments

Comments
 (0)