diff --git a/assembly-plugin-boilerplate/pom.xml b/assembly-plugin-boilerplate/pom.xml index 3155cb4a569..aa8b76c8b81 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 631e28c220d..c299561e8af 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 76ac2f2304d..b6c4ae68588 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