Skip to content

Commit

Permalink
Add project.build.outputTimestam Maven property to make build
Browse files Browse the repository at this point in the history
reproducible

Bump commons-parent from 64 to 66
  • Loading branch information
garydgregory committed Feb 23, 2024
1 parent 9db0d4e commit a01e99c
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 2 deletions.
1 change: 1 addition & 0 deletions commons-rdf-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions commons-rdf-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
3 changes: 3 additions & 0 deletions commons-rdf-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 3 additions & 0 deletions commons-rdf-jena/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 3 additions & 0 deletions commons-rdf-jsonld-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 3 additions & 0 deletions commons-rdf-rdf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 3 additions & 0 deletions commons-rdf-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
6 changes: 5 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit a01e99c

Please sign in to comment.