You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/04/07 21:30:22 UTC

[maven-linkcheck-plugin] branch master updated: [MLINKCHECK-37] make build Reproducible

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-linkcheck-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 9398a2e  [MLINKCHECK-37] make build Reproducible
9398a2e is described below

commit 9398a2e7c3a55fdc83eb6cefc6cb816ccbf79b8d
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Apr 7 23:30:15 2020 +0200

    [MLINKCHECK-37] make build Reproducible
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 515a3db..287161c 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>
     <relativePath></relativePath>
   </parent>
 
@@ -66,6 +66,7 @@ under the License.
     <doxia-sitetoolsVersion>1.4</doxia-sitetoolsVersion>
     <mavenVersion>2.2.1</mavenVersion>
     <javaVersion>7</javaVersion>
+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>