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


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

commit 044461ec48c56123c08c416f2d9eb640100df14f
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 11 08:03:17 2025 -0500

    Add comment for reproducible builds
    
    See https://maven.apache.org/guides/mini/guide-reproducible-builds.html
---
 commons-digester3-core/pom.xml                      | 1 +
 commons-digester3-dist/pom.xml                      | 1 +
 commons-digester3-examples/annotations/atom/pom.xml | 1 +
 3 files changed, 3 insertions(+)

diff --git a/commons-digester3-core/pom.xml b/commons-digester3-core/pom.xml
index 159ed4dc..3cac30cd 100644
--- a/commons-digester3-core/pom.xml
+++ b/commons-digester3-core/pom.xml
@@ -62,6 +62,7 @@
   </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-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>
   <build>
diff --git a/commons-digester3-dist/pom.xml b/commons-digester3-dist/pom.xml
index e099c200..019d8d61 100644
--- a/commons-digester3-dist/pom.xml
+++ b/commons-digester3-dist/pom.xml
@@ -48,6 +48,7 @@
   </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-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>
   <build>
diff --git a/commons-digester3-examples/annotations/atom/pom.xml 
b/commons-digester3-examples/annotations/atom/pom.xml
index ffe60ea7..35d977d8 100644
--- a/commons-digester3-examples/annotations/atom/pom.xml
+++ b/commons-digester3-examples/annotations/atom/pom.xml
@@ -32,6 +32,7 @@
   <name>Apache Commons Digester :: Examples :: Annotations :: Atom</name>
 
   <properties>
+    <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>
   <build>

Reply via email to