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-cli.git


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

commit ea45ecb0bd34021d019660259543a5cb005a8590
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 11 07:59:55 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 e597dffc..61f0ad30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,7 @@
     </dependency>
   </dependencies>
   <properties>
+    <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     
<project.build.outputTimestamp>2024-08-14T23:15:56Z</project.build.outputTimestamp>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>

Reply via email to