From bd10f00b68eb766cd239275e8504acedc2818d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Sat, 21 Sep 2019 19:17:22 +0200 Subject: [PATCH] [MNG-6789] upgrade and configure plugins for Reproducible Builds - packaging plugins (source, jar, assembly) 3.2.0 - plexus-metadata 2.1.0 - sisu.inject 3.3.4 --- .../apache/maven/messages/build.properties | 1 - pom.xml | 27 +++++++++++++------ 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/maven-core/src/main/resources/org/apache/maven/messages/build.properties b/maven-core/src/main/resources/org/apache/maven/messages/build.properties index d15784a7893..20f386ba0e2 100644 --- a/maven-core/src/main/resources/org/apache/maven/messages/build.properties +++ b/maven-core/src/main/resources/org/apache/maven/messages/build.properties @@ -16,7 +16,6 @@ # under the License. buildNumber=${buildNumber} -timestamp=${timestamp} version=${project.version} distributionId=${distributionId} distributionShortName=${distributionShortName} diff --git a/pom.xml b/pom.xml index c7ac485bbb5..46f4926f7c5 100644 --- a/pom.xml +++ b/pom.xml @@ -54,11 +54,11 @@ under the License. 3.8.1 4.12 2.21.0 - 2.0.0 + 2.1.0 1.25 3.2.1 4.2.1 - 0.3.3 + 0.3.4 3.3.3 1.4 1.7 @@ -76,6 +76,7 @@ under the License. ref/3-LATEST None **/package-info.java + 2019-11-07T12:32:18Z @@ -454,6 +455,22 @@ under the License. + + + org.apache.maven.plugins + maven-source-plugin + 3.2.0 + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + org.apache.maven.plugins + maven-assembly-plugin + 3.2.0 + org.codehaus.plexus plexus-component-metadata @@ -567,12 +584,6 @@ under the License. - - - org.apache.maven.plugins - maven-assembly-plugin - 3.1.1 -