This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
The following commit(s) were added to refs/heads/release by this push: new 4dd3642 Add comment for reproducible builds 4dd3642 is described below commit 4dd36426d07ef92501a2255c3d8f1d84f2040ec1 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 11 07:59:41 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 5a19b5b..2f5eb88 100644 --- a/pom.xml +++ b/pom.xml @@ -233,6 +233,7 @@ <cyclonedx.skip>true</cyclonedx.skip> <!-- Not available until version 0.7.1 --> <spdx.skip>true</spdx.skip> + <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> <project.build.outputTimestamp>2025-01-08T12:51:04Z</project.build.outputTimestamp> </properties> <profiles>