From 125f54913590cd19270a30ee6dac1220c564c410 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 29 Apr 2023 14:56:35 +0200 Subject: [PATCH] Require Maven 3.6.3+ --- .github/workflows/maven.yml | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b22fbd6d..225ee0cf 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,3 +23,5 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3 + with: + maven-matrix: '[ "3.6.3", "3.9.5" ]' # Maven versions matrix for verify builds diff --git a/pom.xml b/pom.xml index a3f41e61..69975077 100644 --- a/pom.xml +++ b/pom.xml @@ -93,7 +93,7 @@ ${project.build.directory}/staging/mrm - 3.2.5 + 3.6.3 8 11 9.4.53.v20231009