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-skin.git
The following commit(s) were added to refs/heads/master by this push: new 7b370e6 Add comment for reproducible builds 7b370e6 is described below commit 7b370e66c2b29f727fa6999273dbe032482ca612 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 11 08:18:01 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 59f259a..c454644 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,7 @@ <!-- No svn staging --> <commons.distSvnStagingUrl></commons.distSvnStagingUrl> <moditect.skip>true</moditect.skip> + <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> <project.build.outputTimestamp>2024-12-28T19:53:39Z</project.build.outputTimestamp> </properties>