From f2c24336e2db5762294987fcb404e9fba2349af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Hern=C3=A1n=20Canillas?= Date: Sun, 18 Aug 2024 18:03:23 -0300 Subject: [PATCH 1/2] Partial plugin range versioning --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5c2cc7f..dd03e9d 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,7 @@ UTF-8 11 11 + 11 javiercanillas_jackson-masker javiercanillas https://sonarcloud.io @@ -92,12 +93,12 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + [3.2.5,) org.apache.maven.plugins maven-failsafe-plugin - 3.2.5 + [3.2.5,) org.jacoco @@ -190,4 +191,4 @@ - \ No newline at end of file + From 50d94d6e032ee50eb9ff511b009df80dd5c6fe3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Hern=C3=A1n=20Canillas?= Date: Sun, 18 Aug 2024 18:07:57 -0300 Subject: [PATCH 2/2] show maven version --- .github/workflows/maven-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index fa68a36..9b21eb7 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -28,6 +28,8 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 + - name: "maven version" + run: mvn --version - name: "Build, test & analyze" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any