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


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

commit f47233e128ca1da78a8b9fb301cdb1690062a1dd
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 11 08:06:25 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 206de0bd..165805eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,7 @@ limitations under the License.
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <test>*Test</test>
+    <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     
<project.build.outputTimestamp>2024-01-05T11:58:19Z</project.build.outputTimestamp>
     <!-- JaCoCo: Don't make code coverage worse than: -->
     <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>

Reply via email to