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 a01e99c6 Add project.build.outputTimestam Maven property to make build 
reproducible
a01e99c6 is described below

commit a01e99c6eb7f809c2df937c5d1bde823f03d83a6
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Feb 23 13:56:17 2024 -0500

    Add project.build.outputTimestam Maven property to make build
    reproducible
    
    Bump commons-parent from 64 to 66
---
 commons-rdf-api/pom.xml               | 1 +
 commons-rdf-examples/pom.xml          | 1 +
 commons-rdf-integration-tests/pom.xml | 3 +++
 commons-rdf-jena/pom.xml              | 3 +++
 commons-rdf-jsonld-java/pom.xml       | 3 +++
 commons-rdf-rdf4j/pom.xml             | 3 +++
 commons-rdf-simple/pom.xml            | 3 +++
 pom.xml                               | 3 ++-
 src/changes/changes.xml               | 6 +++++-
 9 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/commons-rdf-api/pom.xml b/commons-rdf-api/pom.xml
index 8125b4f9..8059c607 100644
--- a/commons-rdf-api/pom.xml
+++ b/commons-rdf-api/pom.xml
@@ -35,6 +35,7 @@
 
     <properties>
       
<commons.osgi.symbolicName>org.apache.commons.rdf.api</commons.osgi.symbolicName>
+      
<project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
     </properties>
 
     <build>
diff --git a/commons-rdf-examples/pom.xml b/commons-rdf-examples/pom.xml
index 834c763d..57abd6ae 100644
--- a/commons-rdf-examples/pom.xml
+++ b/commons-rdf-examples/pom.xml
@@ -34,6 +34,7 @@
     <properties>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
+        
<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 f14991ad..e9e3b0c1 100644
--- a/commons-rdf-integration-tests/pom.xml
+++ b/commons-rdf-integration-tests/pom.xml
@@ -27,6 +27,9 @@
        </parent>
        <artifactId>commons-rdf-integration-tests</artifactId>
        <name>Commons RDF Integration tests</name>
+    <properties>
+        
<project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
+    </properties>
        <dependencies>
                <dependency>
                        <groupId>${project.groupId}</groupId>
diff --git a/commons-rdf-jena/pom.xml b/commons-rdf-jena/pom.xml
index bf7df564..2edfbf20 100644
--- a/commons-rdf-jena/pom.xml
+++ b/commons-rdf-jena/pom.xml
@@ -32,6 +32,9 @@
 
        <name>Commons RDF impl: Jena</name>
        <description>Apache Jena implementation of Commons RDF API</description>
+    <properties>
+        
<project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
+    </properties>
 
     <distributionManagement>
       <site>
diff --git a/commons-rdf-jsonld-java/pom.xml b/commons-rdf-jsonld-java/pom.xml
index 65d43056..44b57fe2 100644
--- a/commons-rdf-jsonld-java/pom.xml
+++ b/commons-rdf-jsonld-java/pom.xml
@@ -32,6 +32,9 @@
 
     <name>Commons RDF impl: JSON-LD Java</name>
     <description>Parser integration of JSON-LD Java</description>
+    <properties>
+        
<project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
+    </properties>
 
     <distributionManagement>
       <site>
diff --git a/commons-rdf-rdf4j/pom.xml b/commons-rdf-rdf4j/pom.xml
index 0dafa924..d4352b4b 100644
--- a/commons-rdf-rdf4j/pom.xml
+++ b/commons-rdf-rdf4j/pom.xml
@@ -32,6 +32,9 @@
 
        <name>Commons RDF impl: RDF4j</name>
        <description>Eclipse RDF4j implementation of Commons RDF 
API</description>
+    <properties>
+        
<project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
+    </properties>
 
        <build>
                <plugins>
diff --git a/commons-rdf-simple/pom.xml b/commons-rdf-simple/pom.xml
index 0019ee40..873ef014 100644
--- a/commons-rdf-simple/pom.xml
+++ b/commons-rdf-simple/pom.xml
@@ -39,6 +39,9 @@
         <url>scm:svn:${commons.scmPubUrl}/simple/</url>
       </site>
     </distributionManagement>
+    <properties>
+        
<project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
+    </properties>
 
     <dependencies>
         <dependency>
diff --git a/pom.xml b/pom.xml
index 5e896595..794a831b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>64</version>
+        <version>66</version>
     </parent>
 
     <artifactId>commons-rdf-parent</artifactId>
@@ -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>2024-02-01T03:27:02Z</project.build.outputTimestamp>
         <commons.encoding>UTF-8</commons.encoding>
         <commons.componentid>rdf</commons.componentid>
         <commons.module.name>org.apache.commons.rdf</commons.module.name>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 155ebf52..bf4366c9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,6 +25,10 @@
 
   <body>
     <release version="0.6.0" date="20YY-MM-DD" description="Minor feature and 
bug fix release.">
+        <!-- ADD -->
+        <action dev="ggregory" type="fix" due-to="Gary Gregory">
+            Add project.build.outputTimestam Maven property to make build 
reproducible.
+        </action>
         <!-- FIX -->
         <action dev="ggregory" type="fix" due-to="Gary Gregory">
             Fix Java 17 build.
@@ -43,7 +47,7 @@
             Bump actions/setup-java from 1.4.0 to 3.6.0 #81, #99.
         </action>
         <action type="update" dev="ggregory" due-to="Gary Gregory">
-            Bump commons-parent from 52 to 58.
+            Bump commons-parent from 52 to 66.
         </action>
         <action type="update" dev="ggregory" due-to="Dependabot">
             Bump actions/upload-artifact from 3.1.0 to 3.1.1 #100.

Reply via email to