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-text.git
The following commit(s) were added to refs/heads/master by this push: new daf44e0e Add comment for reproducible builds daf44e0e is described below commit daf44e0e1c7a8126072c212be2e90636eec945ae Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 11 08:18:18 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 8486d673..0c210acd 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,7 @@ <properties> <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> <project.build.outputTimestamp>2024-12-13T16:17:37Z</project.build.outputTimestamp> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target>