Skip to content

Commit

Permalink
Add comment for reproducible builds
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 11, 2025
1 parent e9cbcf5 commit 98a3c6e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions commons-rdf-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

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 @@ -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>
Expand Down
1 change: 1 addition & 0 deletions commons-rdf-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions commons-rdf-jsonld-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
1 change: 1 addition & 0 deletions commons-rdf-rdf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
1 change: 1 addition & 0 deletions commons-rdf-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 98a3c6e

Please sign in to comment.