This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 1224eb4  [MPOM-224] upgrade jar/source/assembly plugins for 
Reproducible Builds
1224eb4 is described below

commit 1224eb41f4dcf1abe5bb8b78863e2af12c987b50
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sat Nov 9 14:38:28 2019 +0100

    [MPOM-224] upgrade jar/source/assembly plugins for Reproducible Builds
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7a0994c..2e5d5fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,7 @@ under the License.
     <maven.compiler.target>1.7</maven.compiler.target>
     <surefire.version>2.22.0</surefire.version>
     <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
+    
<!--project.build.outputTimestamp>2019-10-02T08:04:00Z</project.build.outputTimestamp--><!--
 Reproducible Builds can be activated by defining property -->
   </properties>
 
   <repositories>
@@ -117,7 +118,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.1.1</version>
+          <version>3.2.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -187,7 +188,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.1.0</version>
+          <version>3.2.0</version>
           <configuration>
             <archive>
               <manifest>
@@ -270,7 +271,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.2.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Reply via email to