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-verifier-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 6425a67 [MVERIFIER-39] make build reproducible
6425a67 is described below
commit 6425a67e3cedb6e972d979fde0c9f30583e6b86b
Author: Hervé Boutemy <[email protected]>
AuthorDate: Tue Apr 7 23:06:34 2020 +0200
[MVERIFIER-39] make build reproducible
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4aa9ed9..706fe38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
- <version>33</version>
+ <version>34</version>
<relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
</parent>
@@ -64,6 +64,7 @@ under the License.
<properties>
<mavenVersion>3.0</mavenVersion>
<javaVersion>7</javaVersion>
+
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
</properties>
<dependencies>