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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new 82bc60c  Adds outputTimestamp property to support reproducible build 
See the link for more details 
https://lists.apache.org/thread.html/r27ebcfec6431dc5f4830744e3567f082d8f140dc579f2a35408ea25c%40%3Cusers.maven.apache.org%3E
82bc60c is described below

commit 82bc60c4095780ad461b376b86f7b80ffefee3d3
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sat Jul 11 19:45:33 2020 +0200

    Adds outputTimestamp property to support reproducible build
    See the link for more details
    
https://lists.apache.org/thread.html/r27ebcfec6431dc5f4830744e3567f082d8f140dc579f2a35408ea25c%40%3Cusers.maven.apache.org%3E
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index b07a0e1..61a167d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,6 +104,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.build.outputTimestamp>now</project.build.outputTimestamp>
         <java.version>1.8</java.version>
 
         <!-- dependency versions in alphanumeric order -->
@@ -404,6 +405,8 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
+                <!-- See https://issues.apache.org/jira/browse/MRELEASE-1029 
-->
+                <version>3.0.0-M1</version>
             </plugin>
             <plugin>
                 <artifactId>maven-jar-plugin</artifactId>

Reply via email to