Skip to content

Commit

Permalink
Bump maven 4 to 4.0.0-beta-5
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenali committed Nov 11, 2024
1 parent 63b5a99 commit ec66650
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 <[email protected]>"

# CI Tools version
ENV MAVEN_VERSION=4.0.0-beta-4
ENV MAVEN_VERSION=4.0.0-beta-5
# 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 <[email protected]>"

# CI Tools version
ENV MAVEN_VERSION=4.0.0-beta-4
ENV MAVEN_VERSION=4.0.0-beta-5
# 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 ec66650

Please sign in to comment.