Skip to content

Commit

Permalink
Bump maven 4 to 4.0.0-beta-4
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenali committed Sep 2, 2024
1 parent e38663e commit a14d1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maven/jdk17-maven40-ubuntu22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM exoplatform/ci:jdk17-ubuntu22
LABEL MAINTAINER "eXo Platform <docker@exoplatform.com>"

# CI Tools version
ENV MAVEN_VERSION 4.0.0-beta-3
ENV MAVEN_VERSION 4.0.0-beta-4
# Install Maven
RUN mkdir -p /usr/share/maven \
&& curl -fsSL http://archive.apache.org/dist/maven/maven-4/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion maven/jdk21-maven40-ubuntu22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM exoplatform/ci:jdk21-ubuntu22
LABEL MAINTAINER "eXo Platform <docker@exoplatform.com>"

# CI Tools version
ENV MAVEN_VERSION 4.0.0-beta-3
ENV MAVEN_VERSION 4.0.0-beta-4
# Install Maven
RUN mkdir -p /usr/share/maven \
&& curl -fsSL http://archive.apache.org/dist/maven/maven-4/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz \
Expand Down

0 comments on commit a14d1dc

Please sign in to comment.