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 c2b09d7  Sets a proper timestamp as maven-jar-plugin doesn't support 
"now"
c2b09d7 is described below

commit c2b09d76be804b3c406b0e26409388b115a49115
Author: Lukasz Lenart <[email protected]>
AuthorDate: Sat Jul 11 20:39:55 2020 +0200

    Sets a proper timestamp as maven-jar-plugin doesn't support "now"
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 61a167d..5ccf3fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <project.build.outputTimestamp>now</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2020-07-11T19:40:00Z</project.build.outputTimestamp>
         <java.version>1.8</java.version>
 
         <!-- dependency versions in alphanumeric order -->

Reply via email to