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:29:36 UTC

[maven-doxia-book-renderer] 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-book-renderer.git


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

commit d4779c301ae3fb1a2852cc2785bfaabb48850860
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Apr 8 20:29:27 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 878ccfa..60f0fb2 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>
   </parent>
 
   <artifactId>doxia-book-renderer</artifactId>
@@ -54,6 +54,7 @@ under the License.
     <doxiaVersion>1.3</doxiaVersion>
     <checkstyle.violation.ignore>MethodName,NewlineAtEndOfFile,ParameterNumber</checkstyle.violation.ignore>
     <javaVersion>7</javaVersion>
+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>