This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch struts-2-5-x
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/struts-2-5-x by this push:
new bd00795 Sets a proper timestamp as maven-jar-plugin doesn't support
"now"
bd00795 is described below
commit bd007953eac3ea8e1964072d8c33c66684e1747c
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 1697145..f3118f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,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>
<!-- Dependencies -->
<ognl.version>3.1.28</ognl.version>