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/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new b7da87e28 Add comment for reproducible builds
b7da87e28 is described below

commit b7da87e28de097d2c803cbc6b1017c4f23f95b58
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 11 08:00:38 2025 -0500

    Add comment for reproducible builds
    
    See https://maven.apache.org/guides/mini/guide-reproducible-builds.html
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index d22a4a8bd..4b106b78a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <pax.exam.version>4.13.5</pax.exam.version>
     <slf4j.version>2.0.16</slf4j.version>
     <asm.version>9.7.1</asm.version>
+    <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     
<project.build.outputTimestamp>2024-08-20T11:00:46Z</project.build.outputTimestamp>
     <!-- spdx 0.6.0 can require Java 11 depending on undocumented behavior 
which kicks in for us here. -->
     <commons.spdx.version>0.5.5</commons.spdx.version>

Reply via email to