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-jarsigner.git
The following commit(s) were added to refs/heads/master by this push:
new e5888e6 [MSHARED-879] make build Reproducible
e5888e6 is described below
commit e5888e63295569e0c53e71d6a45a939959d3bcb5
Author: Hervé Boutemy <[email protected]>
AuthorDate: Tue Apr 7 00:32:57 2020 +0200
[MSHARED-879] make build Reproducible
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a897e30..a337658 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-components</artifactId>
- <version>33</version>
+ <version>34</version>
<relativePath />
</parent>
@@ -58,6 +58,7 @@
<surefire.version>2.21.0</surefire.version>
<mavenVersion>3.0</mavenVersion>
<javaVersion>7</javaVersion>
+
<project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
</properties>
<dependencies>