This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push: new a0076483 Add comment for reproducible builds a0076483 is described below commit a00764836c14a136607499ff22a1d8b8f0c400b8 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 11 07:59:13 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 3782c041..33b55183 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,7 @@ <maven.javadoc.failOnError>false</maven.javadoc.failOnError> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-beanutils</commons.scmPubUrl> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> + <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> <project.build.outputTimestamp>2025-01-07T13:21:19Z</project.build.outputTimestamp> <japicmp.skip>false</japicmp.skip> <!-- Commons Release Plugin -->