From e4baf207de7aaf7ddd6b0bf3e968777d3cf18cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCnger?= Date: Sat, 29 Nov 2025 19:18:00 +0100 Subject: [PATCH] Update to Maven 5 Includes * Palantir format for Java 25 * Replacement of deprecated acces to invoker.properties --- .github/workflows/maven-verify.yml | 4 ++-- pom.xml | 3 ++- src/it/user-filters/invoker.properties | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index ea5b27a..c9075cb 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -26,6 +26,6 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: - ff-maven: "4.0.0-rc-4" # Maven version for fail-fast-build - maven-matrix: '[ "4.0.0-rc-4" ]' + ff-maven: "4.0.0-rc-5" # Maven version for fail-fast-build + maven-matrix: '[ "4.0.0-rc-5" ]' jdk-matrix: '[ "17", "21" ]' diff --git a/pom.xml b/pom.xml index 7ef0dbd..b990dc2 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ under the License. - 4.0.0-rc-4 + 4.0.0-rc-5 17 6.0.0 @@ -87,6 +87,7 @@ under the License. 2024-06-26T08:24:00Z 3.9.1 + 2.81.0 diff --git a/src/it/user-filters/invoker.properties b/src/it/user-filters/invoker.properties index 9ae0353..89266de 100644 --- a/src/it/user-filters/invoker.properties +++ b/src/it/user-filters/invoker.properties @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. -invoker.systemPropertiesFile = test.properties \ No newline at end of file +invoker.userPropertiesFile = test.properties \ No newline at end of file