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:21:28 UTC

[logging-log4j2] branch master updated: define current build outputTimestamp (#654)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 77746e7  define current build outputTimestamp (#654)
77746e7 is described below

commit 77746e7e08eb52f3d1489f73a5936bb2d79f5ca9
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Dec 24 17:21:24 2021 +0100

    define current build outputTimestamp (#654)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 75cd6e5..b0830ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,6 +244,7 @@
     <maven.compiler.release>11</maven.compiler.release>
     <maven.doap.skip>false</maven.doap.skip>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.build.outputTimestamp>10</project.build.outputTimestamp>
     <docLabel>Site Documentation</docLabel>
     <projectDir />
     <commonsLoggingVersion>1.2</commonsLoggingVersion>