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-file-management.git
The following commit(s) were added to refs/heads/master by this push:
new e317b20 [MSHARED-879] make build Reproducible
e317b20 is described below
commit e317b2077bfba365b200d9efe42ba4d8e75d2ff5
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 286c86b..1ede38b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-components</artifactId>
- <version>33</version>
+ <version>34</version>
<relativePath/>
</parent>
@@ -62,6 +62,7 @@
<properties>
<javaVersion>7</javaVersion>
<mavenVersion>3.0</mavenVersion>
+
<project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
</properties>
<dependencies>