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/08 18:59:23 UTC

[maven-doxia-linkcheck] branch master updated: [DOXIATOOLS-66] 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-doxia-linkcheck.git


The following commit(s) were added to refs/heads/master by this push:
     new cf3a381  [DOXIATOOLS-66] make build Reproducible
cf3a381 is described below

commit cf3a381a149eedb7622262d519cedcc565e985c1
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Apr 8 20:59:11 2020 +0200

    [DOXIATOOLS-66] make build Reproducible
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e95a4c1..91aa20f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-tools</artifactId>
-    <version>33</version>
+    <version>34</version>
     <relativePath></relativePath>
   </parent>
 
@@ -58,6 +58,7 @@ under the License.
   
   <properties>
     <javaVersion>7</javaVersion>
+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>
@@ -107,7 +108,6 @@ under the License.
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-component-metadata</artifactId>
-          <version>1.7.1</version>
         </plugin>
       </plugins>
     </pluginManagement>