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


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

commit a68784145bbf8cf7d6d971422f202a0cbb8ef3a2
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 11 08:19:38 2025 -0500

    Add comment for reproducible builds
    
    See https://maven.apache.org/guides/mini/guide-reproducible-builds.html
---
 commons-vfs2-ant/pom.xml          | 1 +
 commons-vfs2-bom/pom.xml          | 1 +
 commons-vfs2-distribution/pom.xml | 1 +
 commons-vfs2-examples/pom.xml     | 1 +
 commons-vfs2-jackrabbit1/pom.xml  | 1 +
 commons-vfs2-jackrabbit2/pom.xml  | 1 +
 pom.xml                           | 1 +
 7 files changed, 7 insertions(+)

diff --git a/commons-vfs2-ant/pom.xml b/commons-vfs2-ant/pom.xml
index 2aa7881b7..8a138a142 100644
--- a/commons-vfs2-ant/pom.xml
+++ b/commons-vfs2-ant/pom.xml
@@ -75,6 +75,7 @@
     </commons.osgi.import>
     <!-- Hadoop jars contain overlapping packages that blow up JPMS -->
     <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-03-03T15:45:26Z</project.build.outputTimestamp>
   </properties>
 
diff --git a/commons-vfs2-bom/pom.xml b/commons-vfs2-bom/pom.xml
index 8344a31d6..242b2f501 100644
--- a/commons-vfs2-bom/pom.xml
+++ b/commons-vfs2-bom/pom.xml
@@ -65,6 +65,7 @@
   <properties>
     <commons.parent.dir>${basedir}/..</commons.parent.dir>
        <checkstyle.skip>true</checkstyle.skip>
+    <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
   </properties>
 </project>
diff --git a/commons-vfs2-distribution/pom.xml 
b/commons-vfs2-distribution/pom.xml
index 80d5d4e06..374cd8099 100644
--- a/commons-vfs2-distribution/pom.xml
+++ b/commons-vfs2-distribution/pom.xml
@@ -37,6 +37,7 @@ limitations under the License.
     <checkstyle.skip>true</checkstyle.skip>
     <commons.parent.dir>${basedir}/..</commons.parent.dir>
     <commons.release.isDistModule>true</commons.release.isDistModule>
+    <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
   </properties>
 
diff --git a/commons-vfs2-examples/pom.xml b/commons-vfs2-examples/pom.xml
index dbad3d356..02fdb02cf 100644
--- a/commons-vfs2-examples/pom.xml
+++ b/commons-vfs2-examples/pom.xml
@@ -62,6 +62,7 @@
     <commons.osgi.import>
         *
     </commons.osgi.import>
+    <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
   </properties>
 
diff --git a/commons-vfs2-jackrabbit1/pom.xml b/commons-vfs2-jackrabbit1/pom.xml
index 730196e1e..276c48ad3 100644
--- a/commons-vfs2-jackrabbit1/pom.xml
+++ b/commons-vfs2-jackrabbit1/pom.xml
@@ -126,6 +126,7 @@
         org.apache.commons.httpclient.*;resolution:=optional,
         *
     </commons.osgi.import>
+    <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
   </properties>
 
diff --git a/commons-vfs2-jackrabbit2/pom.xml b/commons-vfs2-jackrabbit2/pom.xml
index 9c4ab678f..52fb64db3 100644
--- a/commons-vfs2-jackrabbit2/pom.xml
+++ b/commons-vfs2-jackrabbit2/pom.xml
@@ -125,6 +125,7 @@
         org.apache.jackrabbit.*;resolution:=optional,
         *
     </commons.osgi.import>
+    <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
   </properties>
 
diff --git a/pom.xml b/pom.xml
index f8a3b7e37..b5b5aaeb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,7 @@
     <clirr.skip>true</clirr.skip>
     <japicmp.skip>false</japicmp.skip>
     <jacoco.skip>false</jacoco.skip>
+    <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>
 

Reply via email to