From d105e84046cf48ab11062d7e69a8c507b838ac41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20L=C3=A9aut=C3=A9?= Date: Thu, 4 Jun 2020 22:49:29 -0700 Subject: [PATCH] bump deploy and install plugins to 3.0.0-M1 across the board see #265 for context --- assembly-plugin-boilerplate/pom.xml | 12 +++++++++++- build-tools/pom.xml | 12 +++++++++++- pom.xml | 4 ++-- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/assembly-plugin-boilerplate/pom.xml b/assembly-plugin-boilerplate/pom.xml index 3155cb4a56..aa8b76c8b8 100644 --- a/assembly-plugin-boilerplate/pom.xml +++ b/assembly-plugin-boilerplate/pom.xml @@ -38,6 +38,16 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 so we need to define plugin versions again --> + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0-M1 + + + org.apache.maven.plugins + maven-install-plugin + 3.0.0-M1 + org.apache.maven.plugins maven-assembly-plugin @@ -46,7 +56,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 org.apache.maven.plugins maven-site-plugin - 3.7.1 + 3.9.0 org.apache.maven.plugins diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 631e28c220..c299561e8a 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -33,10 +33,20 @@ so we need to define plugin versions again --> + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0-M1 + + + org.apache.maven.plugins + maven-install-plugin + 3.0.0-M1 + org.apache.maven.plugins maven-site-plugin - 3.7.1 + 3.9.0 org.apache.maven.plugins diff --git a/pom.xml b/pom.xml index 76ac2f2304..b6c4ae6858 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,7 @@ 3.3.0 3.10.0 3.2.0 - 2.8.2 + 3.0.0-M1 3.0.0-M3 3.2.0 3.2.1 @@ -100,7 +100,7 @@ 8.44 3.1.2 3.1.0 - 2.5.2 + 3.0.0-M1 3.1.0 checkstyle/checkstyle.xml checkstyle/common-suppressions.xml