Skip to content

Commit fe436a1

Browse files
committed
update Maven version
1 parent 128e574 commit fe436a1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-component.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
# Tycho 4 requires Maven 3.8 at least
3030
- name: Update Maven
3131
run: |
32-
wget -q https://dlcdn.apache.org/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.tar.gz
33-
tar xzf apache-maven-3.9.11-bin.tar.gz && rm apache-maven-3.9.11-bin.tar.gz
34-
mv apache-maven-3.9.11 maven
32+
wget -q https://dlcdn.apache.org/maven/maven-3/3.9.12/binaries/apache-maven-3.9.12-bin.tar.gz
33+
tar xzf apache-maven-3.9.12-bin.tar.gz && rm apache-maven-3.9.12-bin.tar.gz
34+
mv apache-maven-3.9.12 maven
3535
3636
# https://stackoverflow.com/questions/71069/can-maven-be-made-less-verbose
3737
- name: Maven Build

0 commit comments

Comments
 (0)