You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/03/14 22:42:36 UTC

[maven-doxia-converter] branch DOXIATOOLS-65 created (now 540630a)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch DOXIATOOLS-65
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git.


      at 540630a  [DOXIATOOLS-65] Make build reproducible

This branch includes the following new commits:

     new 540630a  [DOXIATOOLS-65] Make build reproducible

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-doxia-converter] 01/01: [DOXIATOOLS-65] Make build reproducible

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch DOXIATOOLS-65
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git

commit 540630a428bc4bd28bd6421ae29a95ee62f05670
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Mar 14 23:42:19 2020 +0100

    [DOXIATOOLS-65] Make build reproducible
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c01af12..3606964 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,8 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-tools</artifactId>
-    <version>33</version>
-    <relativePath></relativePath>
+    <version>34</version>
+    <relativePath />
   </parent>
 
   <artifactId>doxia-converter</artifactId>
@@ -59,6 +59,7 @@ under the License.
   <properties>
     <doxiaVersion>1.9</doxiaVersion>
     <javaVersion>7</javaVersion>
+    <project.build.outputTimestamp>2020-03-14T00:00:00Z</project.build.outputTimestamp>
   </properties>
   <dependencyManagement>
     <dependencies>