From 15299ebcc1a9f3d0370226b249913a66559fed1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Mon, 8 Aug 2022 13:57:36 +0200 Subject: [PATCH] init Reproducible Builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hervé Boutemy --- antlr-complete/pom.xml | 2 +- antlr3-maven-archetype/pom.xml | 5 ++--- antlr3-maven-plugin/pom.xml | 2 +- pom.xml | 15 +++++++++++++-- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/antlr-complete/pom.xml b/antlr-complete/pom.xml index 1c30d28e..d274ffc0 100644 --- a/antlr-complete/pom.xml +++ b/antlr-complete/pom.xml @@ -61,7 +61,7 @@ org.apache.maven.plugins maven-shade-plugin - 2.0 + 3.3.0 false true diff --git a/antlr3-maven-archetype/pom.xml b/antlr3-maven-archetype/pom.xml index eba70b38..925f9b87 100644 --- a/antlr3-maven-archetype/pom.xml +++ b/antlr3-maven-archetype/pom.xml @@ -29,7 +29,7 @@ org.apache.maven.archetype archetype-packaging - 2.2 + 3.2.1 @@ -37,8 +37,7 @@ maven-archetype-plugin - 2.2 - true + 3.2.1 diff --git a/antlr3-maven-plugin/pom.xml b/antlr3-maven-plugin/pom.xml index 2d01a37f..a0feef48 100644 --- a/antlr3-maven-plugin/pom.xml +++ b/antlr3-maven-plugin/pom.xml @@ -259,7 +259,7 @@ Jim Idle - March 2009 org.apache.maven.plugins maven-plugin-plugin - 3.2 + 3.6.4 diff --git a/pom.xml b/pom.xml index 9ef7fcb0..62183045 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,7 @@ --> UTF-8 + 10 1.8 4.13 4.3.1 @@ -223,7 +224,7 @@ org.apache.maven.plugins maven-jar-plugin - 2.4 + 3.2.2 @@ -265,7 +266,7 @@ org.apache.maven.plugins maven-source-plugin - 2.2.1 + 3.2.1 @@ -303,6 +304,16 @@ org.apache.maven.plugins maven-javadoc-plugin + + org.apache.maven.plugins + maven-plugin-plugin + 3.6.4 + + + org.apache.maven.plugins + maven-release-plugin + 3.0.0-M6 +