You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/10/17 16:31:01 UTC

[logging-log4j-jmx-gui] branch release/2.21.0.1 updated: Bump timestamp

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

pkarwasz pushed a commit to branch release/2.21.0.1
in repository https://gitbox.apache.org/repos/asf/logging-log4j-jmx-gui.git


The following commit(s) were added to refs/heads/release/2.21.0.1 by this push:
     new e946a7d  Bump timestamp
e946a7d is described below

commit e946a7d4f93f2e81494f27a08a3e410320619e2a
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Tue Oct 17 18:30:53 2023 +0200

    Bump timestamp
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 7e2f6ef..eca3b3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,6 +131,9 @@
 
   <properties>
 
+    <!-- For reproducible builds -->
+    <project.build.outputTimestamp>2023-10-20T18:29:45+02:00</project.build.outputTimestamp>
+
     <!-- project version -->
     <revision>2.22.0-SNAPSHOT</revision>