Skip to content

Commit

Permalink
Bump maven 4 to alpha12
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenali committed Jan 16, 2024
1 parent a92d1e1 commit 5614f95
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-alpha-10
ENV MAVEN_VERSION 4.0.0-alpha-12
# 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-alpha-10
ENV MAVEN_VERSION 4.0.0-alpha-12
# 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 5614f95

Please sign in to comment.