Skip to content

Commit

Permalink
Merge pull request #823 from hazendaz/master
Browse files Browse the repository at this point in the history
GHA Update maven wrapper and maven 4 to beta 3
  • Loading branch information
hazendaz committed Jun 9, 2024
2 parents 3a5b41f + deadfa7 commit 64f229b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/it-maven-3.6.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
java-version: 21
distribution: zulu
- name: Load Maven 3.6.3
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper -Dmaven=3.6.3 --no-transfer-progress
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=3.6.3 --no-transfer-progress
- name: Build Setup
run: ./mvnw -B -V clean install -Dlicense.skip=true -Dmaven.min-version=3.6.3
- name: Integration Test with Maven
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/it-maven-4.0.0.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Java Integration Tests Maven 4.0.0-alpha-13
name: Java Integration Tests Maven 4.0.0-beta-3

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
name: Integration Tests Maven 4.0.0-alpha-13
name: Integration Tests Maven 4.0.0-beta-3

steps:
- uses: actions/checkout@v4
Expand All @@ -14,9 +14,9 @@ jobs:
with:
java-version: 21
distribution: zulu
- name: Load Maven 4.0.0-alpha-13
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper -Dmaven=4.0.0-alpha-13 --no-transfer-progress
- name: Load Maven 4.0.0-beta-3
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=4.0.0-beta-3 --no-transfer-progress
- name: Build Setup
run: ./mvnw -B -V clean install -Dlicense.skip=true -Dmaven.min-version=4.0.0-alpha-13 --no-transfer-progress
run: ./mvnw -B -V clean install -Dlicense.skip=true -Dmaven.min-version=4.0.0-beta-3 --no-transfer-progress
- name: Integration Test with Maven
run: ./mvnw -B -V -DtestSrc=remote -Prun-its clean install -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=4.0.0-alpha-13 --no-transfer-progress
run: ./mvnw -B -V -DtestSrc=remote -Prun-its clean install -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=4.0.0-beta-3 --no-transfer-progress

0 comments on commit 64f229b

Please sign in to comment.