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 4d5fd95 commit 51093cf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions commons-jcs3-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
org.apache.http.*;resolution:=optional,
org.apache.logging.log4j.*;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>2022-01-01T00:00:00Z</project.build.outputTimestamp>
</properties>

Expand Down
1 change: 1 addition & 0 deletions commons-jcs3-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
</build>

<properties>
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp>
</properties>

Expand Down
1 change: 1 addition & 0 deletions commons-jcs3-jcache-extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@

<properties>
<commons.module.name>org.apache.commons.jcs3.jcache.extras</commons.module.name>
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp>
<tomcat.version>9.0.98</tomcat.version>
</properties>
Expand Down
1 change: 1 addition & 0 deletions commons-jcs3-jcache-openjpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@

<properties>
<commons.module.name>org.apache.commons.jcs3.jcache.openjpa</commons.module.name>
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp>
</properties>
</project>
2 changes: 1 addition & 1 deletion commons-jcs3-jcache-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<domain-lib-dir>${project.build.directory}/domainlib</domain-lib-dir>
<domain-jar>domain.jar</domain-jar>

<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp>
</properties>

Expand Down
1 change: 1 addition & 0 deletions commons-jcs3-jcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@

<properties>
<commons.module.name>org.apache.commons.jcs3.jcache</commons.module.name>
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp>
</properties>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
<test.type>Unit</test.type>
<doclint>none</doclint>
<hamcrest.version>3.0</hamcrest.version>

<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp>
</properties>

Expand Down

0 comments on commit 51093cf

Please sign in to comment.