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-jmod-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 60f3653 [MJMOD-26] make build Reproducible
60f3653 is described below
commit 60f3653626df905bad92cf048ebe35890111e10e
Author: Hervé Boutemy <[email protected]>
AuthorDate: Tue Apr 7 23:20:45 2020 +0200
[MJMOD-26] make build Reproducible
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 157ab7d..127d7e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
- <version>33</version>
+ <version>34</version>
<relativePath>../maven-plugins/pom.xml</relativePath>
</parent>
@@ -67,6 +67,7 @@
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.plugin.tools.version>3.5.1</maven.plugin.tools.version>
+
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
</properties>
<dependencies>