Skip to content

Commit 192e8f2

Browse files
committed
Revert "[github] Bump to maven 4.0.0-beta-5"
This reverts commit 172d312.
1 parent 179d2ac commit 192e8f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/it-maven-4.0.0.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Java Integration Tests Maven 4.0.0-beta-5
1+
name: Java Integration Tests Maven 4.0.0-beta-4
22

33
on: [push, pull_request]
44

55
jobs:
66
test:
77
runs-on: ubuntu-latest
8-
name: Integration Tests Maven 4.0.0-beta-5
8+
name: Integration Tests Maven 4.0.0-beta-4
99

1010
steps:
1111
- uses: actions/checkout@v4
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
java-version: 21
1616
distribution: zulu
17-
- name: Load Maven 4.0.0-beta-5
18-
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=4.0.0-beta-5 --no-transfer-progress
17+
- name: Load Maven 4.0.0-beta-4
18+
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=4.0.0-beta-4 --no-transfer-progress
1919
- name: Integration Test with Maven
20-
run: ./mvnw -B -V -DtestSrc=remote -Prun-its verify -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=4.0.0-beta-5 --no-transfer-progress
20+
run: ./mvnw -B -V -DtestSrc=remote -Prun-its verify -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=4.0.0-beta-4 --no-transfer-progress

0 commit comments

Comments
 (0)