From 09ca65a350c9b56a6af84cd4a9af72a88e690f1d Mon Sep 17 00:00:00 2001 From: MBorne Date: Thu, 8 Aug 2024 15:40:25 +0200 Subject: [PATCH] chore(deps): update dependency org.apache.maven.plugins:maven-release-plugin to v3 (refs #315) --- CONTRIBUTING.md | 2 +- pom.xml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62272280..47d1c09b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Note that CI is configured throw [GitHub Actions](https://github.com/IGNF/valida It relies on [.github/workflows/main.yml](.github/workflows/main.yml) which : -* Install OpenJDK 11 and maven +* Install Java and maven * Install ogr2ogr * Run tests through [.ci/build-openjdk11.sh](.ci/build-openjdk11.sh) diff --git a/pom.xml b/pom.xml index 8454128d..1644f3e1 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,9 @@ 5.12.0 3.13.0 - 2.22.2 + 3.3.1 + 3.1.1 + 0.8.12 1.3.2 1.1.1 @@ -360,7 +362,7 @@ org.apache.maven.plugins maven-release-plugin - 2.5.3 + ${maven-release-plugin.version} v@{project.version} @@ -381,7 +383,7 @@ org.jacoco jacoco-maven-plugin - 0.8.12 + ${jacoco-maven-plugin.version}