You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2021/12/24 16:26:49 UTC

[logging-log4j2] branch release-2.x updated: Make builds reproducible bit-for-bit.

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

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new ed61f40  Make builds reproducible bit-for-bit.
ed61f40 is described below

commit ed61f407763eea562650f00cfec3c72caa576129
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Dec 24 11:26:45 2021 -0500

    Make builds reproducible bit-for-bit.
    
    See https://maven.apache.org/guides/mini/guide-reproducible-builds.html
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3ff60af..e28668c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -245,6 +245,8 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <maven.doap.skip>false</maven.doap.skip>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <!-- See https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
+    <project.build.outputTimestamp>10</project.build.outputTimestamp>
     <docLabel>Site Documentation</docLabel>
     <projectDir />
     <commonsLoggingVersion>1.2</commonsLoggingVersion>