Skip to content

Commit 2b7c98b

Browse files
Update maven-build-action.yaml
move to apache maven 4.0.0 rc5
1 parent e86a3de commit 2b7c98b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-build-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838
- name: Setup Maven4
3939
run: |
40-
MAVEN_VERSION=4.0.0-rc-3
40+
MAVEN_VERSION=4.0.0-rc-5
4141
wget https://archive.apache.org/dist/maven/maven-4/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz
4242
tar xzvf apache-maven-$MAVEN_VERSION-bin.tar.gz
4343
sudo mv apache-maven-$MAVEN_VERSION /opt/maven

0 commit comments

Comments
 (0)