Skip to content

Commit

Permalink
Updated maven 4 pipeline to use 4.0.0-alpha-12
Browse files Browse the repository at this point in the history
Change-Id: Id0c5aeeb4b596e1793ef15af56cf62c27676fca3
  • Loading branch information
talios committed Feb 3, 2024
1 parent 3a4784c commit 2ecf1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java8_m4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: 8
- name: Switch To Maven 4
run: |
echo "distributionUrl=https://dlcdn.apache.org/maven/maven-4/4.0.0-alpha-9/binaries/apache-maven-4.0.0-alpha-9-bin.zip" > .mvn/wrapper/maven-wrapper.properties
echo "distributionUrl=https://dlcdn.apache.org/maven/maven-4/4.0.0-alpha-12/binaries/apache-maven-4.0.0-alpha-12-bin.zip" > .mvn/wrapper/maven-wrapper.properties
echo "wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar" >> .mvn/wrapper/maven-wrapper.properties
- name: Build with Maven
run: ./mvnw --batch-mode --update-snapshots install -Prun-its

0 comments on commit 2ecf1f7

Please sign in to comment.