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

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

commit ad648a02cd5e94950c2a9d4bb73e84c1f0050222
Author: Matt Sicker <[email protected]>
AuthorDate: Sun May 1 18:27:05 2022 -0500

    Update log4j-bom parent pom version for reproducible builds
    
    Signed-off-by: Matt Sicker <[email protected]>
---
 log4j-bom/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml
index cefb284f8e..19ee573d88 100644
--- a/log4j-bom/pom.xml
+++ b/log4j-bom/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.logging</groupId>
     <artifactId>logging-parent</artifactId>
-    <version>3</version>
+    <version>5</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -29,6 +29,10 @@
   <artifactId>log4j-bom</artifactId>
   <version>3.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
+  <properties>
+    <!-- reproducible build setting -->
+    <project.build.outputTimestamp>10</project.build.outputTimestamp>
+  </properties>
   <dependencyManagement>
     <dependencies>
       <!-- Log4j API -->

Reply via email to