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-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new e94ca7c [MCOMPILER-411] make build Reproducible
e94ca7c is described below
commit e94ca7c618628d6d53e92786846974ade63ecd96
Author: Hervé Boutemy <[email protected]>
AuthorDate: Tue Apr 7 23:14:16 2020 +0200
[MCOMPILER-411] make build Reproducible
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 96f532a..317b26c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
- <version>33</version>
+ <version>34</version>
</parent>
<artifactId>maven-compiler-plugin</artifactId>
@@ -75,6 +75,7 @@ under the License.
<plexus-java.version>1.0.4</plexus-java.version>
<javaVersion>7</javaVersion>
<maven.it.failure.ignore>false</maven.it.failure.ignore>
+
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
</properties>
<contributors>