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/02/14 20:48:03 UTC

[maven-javadoc-plugin] branch master updated: [MJAVADOC-637] 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-javadoc-plugin.git


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

commit aaa200709beef93a57af399a7247410f027c6962
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Feb 14 21:47:58 2020 +0100

    [MJAVADOC-637] make build Reproducible
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index beba167..1c10418 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 />
   </parent>
 
@@ -76,6 +76,7 @@ under the License.
     <!-- for ITs -->
     <sitePluginVersion>3.3</sitePluginVersion>
     <projectInfoReportsPluginVersion>2.7</projectInfoReportsPluginVersion>
+    <project.build.outputTimestamp>2020-02-14T20:43:59Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>
@@ -163,7 +164,7 @@ under the License.
       <version>${mavenVersion}</version>
       <scope>test</scope>
     </dependency>
-    <!-- maven -->
+    <!-- Maven -->
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>