From 6e7692a18e684e13fc32fc0bd30146623f093be0 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 28 Nov 2024 18:25:28 -0500 Subject: [PATCH 1/5] Update it-maven-4.0.0.yaml to 4.0.0-rc-1 --- .github/workflows/it-maven-4.0.0.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/it-maven-4.0.0.yaml b/.github/workflows/it-maven-4.0.0.yaml index 237d2b5c..dc6cc45a 100644 --- a/.github/workflows/it-maven-4.0.0.yaml +++ b/.github/workflows/it-maven-4.0.0.yaml @@ -1,11 +1,11 @@ -name: Java Integration Tests Maven 4.0.0-beta-4 +name: Java Integration Tests Maven 4.0.0-rc-1 on: [push, pull_request] jobs: test: runs-on: ubuntu-latest - name: Integration Tests Maven 4.0.0-beta-4 + name: Integration Tests Maven 4.0.0-rc-1 steps: - uses: actions/checkout@v4 @@ -14,7 +14,7 @@ jobs: with: java-version: 21 distribution: zulu - - name: Load Maven 4.0.0-beta-4 - run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=4.0.0-beta-4 --no-transfer-progress + - name: Load Maven 4.0.0-rc-1 + run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=4.0.0-rc-1 --no-transfer-progress - name: Integration Test with Maven - 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 + run: ./mvnw -B -V -DtestSrc=remote -Prun-its verify -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=4.0.0-rc-1 --no-transfer-progress From cede2933f6f410b8ba5e0c97e70306768cde474c Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 28 Nov 2024 18:37:25 -0500 Subject: [PATCH 2/5] Update it-maven-4.0.0.yaml --- .github/workflows/it-maven-4.0.0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/it-maven-4.0.0.yaml b/.github/workflows/it-maven-4.0.0.yaml index dc6cc45a..51911a16 100644 --- a/.github/workflows/it-maven-4.0.0.yaml +++ b/.github/workflows/it-maven-4.0.0.yaml @@ -12,7 +12,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v4 with: - java-version: 21 + java-version: 17 distribution: zulu - name: Load Maven 4.0.0-rc-1 run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=4.0.0-rc-1 --no-transfer-progress From dcc9825513cb845865637e05b8bfb4f5b1f0dfe2 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 28 Nov 2024 18:42:49 -0500 Subject: [PATCH 3/5] Update sonar.yaml --- .github/workflows/sonar.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 276009ae..c702854f 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -21,7 +21,7 @@ jobs: distribution: temurin java-version: 21 - name: Analyze with SonarCloud - run: ./mvnw verify sonar:sonar -B -V -Dsonar.projectKey=com.github.spotbugs:sonar-maven-plugin -Dsonar.organization=spotbugs -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN -Dlicense.skip=true --no-transfer-progress + run: ./mvnw verify sonar:sonar -B -V -Dsonar.projectKey=com.github.spotbugs:sonar-maven-plugin -Dsonar.organization=spotbugs -Dsonar.host.url=https://sonarcloud.io -Dlicense.skip=true --no-transfer-progress env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} From 97afb1f27becf1cfa8d2ff84140f66d2d90cde6d Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 28 Nov 2024 18:43:55 -0500 Subject: [PATCH 4/5] Update it-maven-4.0.0.yaml --- .github/workflows/it-maven-4.0.0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/it-maven-4.0.0.yaml b/.github/workflows/it-maven-4.0.0.yaml index 51911a16..dc6cc45a 100644 --- a/.github/workflows/it-maven-4.0.0.yaml +++ b/.github/workflows/it-maven-4.0.0.yaml @@ -12,7 +12,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v4 with: - java-version: 17 + java-version: 21 distribution: zulu - name: Load Maven 4.0.0-rc-1 run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=4.0.0-rc-1 --no-transfer-progress From c5ea923d9e34e58bef08d672d09210d199ff5c9a Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Wed, 18 Dec 2024 23:07:15 -0500 Subject: [PATCH 5/5] Update it-maven-4.0.0.yaml to rc2 --- .github/workflows/it-maven-4.0.0.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/it-maven-4.0.0.yaml b/.github/workflows/it-maven-4.0.0.yaml index dc6cc45a..ea736419 100644 --- a/.github/workflows/it-maven-4.0.0.yaml +++ b/.github/workflows/it-maven-4.0.0.yaml @@ -1,11 +1,11 @@ -name: Java Integration Tests Maven 4.0.0-rc-1 +name: Java Integration Tests Maven 4.0.0-rc-2 on: [push, pull_request] jobs: test: runs-on: ubuntu-latest - name: Integration Tests Maven 4.0.0-rc-1 + name: Integration Tests Maven 4.0.0-rc-2 steps: - uses: actions/checkout@v4 @@ -14,7 +14,7 @@ jobs: with: java-version: 21 distribution: zulu - - name: Load Maven 4.0.0-rc-1 - run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=4.0.0-rc-1 --no-transfer-progress + - name: Load Maven 4.0.0-rc-2 + run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=4.0.0-rc-2 --no-transfer-progress - name: Integration Test with Maven - run: ./mvnw -B -V -DtestSrc=remote -Prun-its verify -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=4.0.0-rc-1 --no-transfer-progress + run: ./mvnw -B -V -DtestSrc=remote -Prun-its verify -Dinvoker.parallelThreads=8 -Dlicense.skip=true -Dmaven.min-version=4.0.0-rc-2 --no-transfer-progress