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:35:41 UTC

[maven-changelog-plugin] branch master updated: [MCHANGELOG-153] 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-changelog-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a6bd4b  [MCHANGELOG-153] make build Reproducible
6a6bd4b is described below

commit 6a6bd4b2fe825a137bb396a9407504857518af91
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Apr 7 23:35:34 2020 +0200

    [MCHANGELOG-153] make build Reproducible
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index a60ed7a..08f3482 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,6 +151,7 @@ under the License.
     <doxiaVersion>1.1.4</doxiaVersion>
     <mavenVersion>2.2.1</mavenVersion>
     <sitePluginVersion>3.3</sitePluginVersion><!-- used in ITs -->
+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>