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


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

commit bfb7ffeac338ffd95578c7fdab788a94bd5616b7
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 11 08:00:11 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 df012334..33d8e632 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,7 @@ limitations under the License.
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
+    <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     
<project.build.outputTimestamp>2025-01-06T22:01:21Z</project.build.outputTimestamp>
     <commons.jacoco.version>0.8.12</commons.jacoco.version>
     <!-- Temp for SUREFIRE-2253 -->

Reply via email to