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


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

commit 98a3c6e16d0f8bc716557c4b8eaf65d63d37e5a3
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 11 08:17:21 2025 -0500

    Add comment for reproducible builds
    
    See https://maven.apache.org/guides/mini/guide-reproducible-builds.html
---
 commons-rdf-api/pom.xml               | 1 +
 commons-rdf-examples/pom.xml          | 1 +
 commons-rdf-integration-tests/pom.xml | 1 +
 commons-rdf-jsonld-java/pom.xml       | 1 +
 commons-rdf-rdf4j/pom.xml             | 1 +
 commons-rdf-simple/pom.xml            | 1 +
 pom.xml                               | 1 +
 7 files changed, 7 insertions(+)

diff --git a/commons-rdf-api/pom.xml b/commons-rdf-api/pom.xml
index fc42d2dd..98b9d91f 100644
--- a/commons-rdf-api/pom.xml
+++ b/commons-rdf-api/pom.xml
@@ -36,6 +36,7 @@
     <properties>
       <commons.parent.dir>${basedir}/..</commons.parent.dir>
       
<commons.osgi.symbolicName>org.apache.commons.rdf.api</commons.osgi.symbolicName>
+      <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
       
<project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
     </properties>
 
diff --git a/commons-rdf-examples/pom.xml b/commons-rdf-examples/pom.xml
index bd98bd67..c6308d93 100644
--- a/commons-rdf-examples/pom.xml
+++ b/commons-rdf-examples/pom.xml
@@ -35,6 +35,7 @@
         <commons.parent.dir>${basedir}/..</commons.parent.dir>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
+        <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
         
<project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
         <commons.rdf.version>0.5.0</commons.rdf.version> <!-- update to latest 
version -->
     </properties>
diff --git a/commons-rdf-integration-tests/pom.xml 
b/commons-rdf-integration-tests/pom.xml
index e6052b43..fa955343 100644
--- a/commons-rdf-integration-tests/pom.xml
+++ b/commons-rdf-integration-tests/pom.xml
@@ -29,6 +29,7 @@
        <name>Commons RDF Integration tests</name>
     <properties>
         <commons.parent.dir>${basedir}/..</commons.parent.dir>
+        <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
         
<project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
     </properties>
        <dependencies>
diff --git a/commons-rdf-jsonld-java/pom.xml b/commons-rdf-jsonld-java/pom.xml
index 43471678..d4c42a4f 100644
--- a/commons-rdf-jsonld-java/pom.xml
+++ b/commons-rdf-jsonld-java/pom.xml
@@ -34,6 +34,7 @@
     <description>Parser integration of JSON-LD Java</description>
     <properties>
         <commons.parent.dir>${basedir}/..</commons.parent.dir>
+        <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
         
<project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
     </properties>
 
diff --git a/commons-rdf-rdf4j/pom.xml b/commons-rdf-rdf4j/pom.xml
index a7b81335..f4268c0e 100644
--- a/commons-rdf-rdf4j/pom.xml
+++ b/commons-rdf-rdf4j/pom.xml
@@ -34,6 +34,7 @@
        <description>Eclipse RDF4j implementation of Commons RDF 
API</description>
     <properties>
         <commons.parent.dir>${basedir}/..</commons.parent.dir>
+        <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
         
<project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
     </properties>
 
diff --git a/commons-rdf-simple/pom.xml b/commons-rdf-simple/pom.xml
index bd80e4b9..24080f9d 100644
--- a/commons-rdf-simple/pom.xml
+++ b/commons-rdf-simple/pom.xml
@@ -41,6 +41,7 @@
     </distributionManagement>
     <properties>
         <commons.parent.dir>${basedir}/..</commons.parent.dir>
+        <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
         
<project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
     </properties>
 
diff --git a/pom.xml b/pom.xml
index a90eb91b..f942070f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
         <project.build.encoding>UTF-8</project.build.encoding>
+        <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
         
<project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
         <commons.parent.dir>${basedir}</commons.parent.dir>
         <commons.encoding>UTF-8</commons.encoding>

Reply via email to