This is an automated email from the ASF dual-hosted git repository. Cole-Greer pushed a commit to branch reproducible-build in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit cfa7e15fb59412eeea580665af51877aaacf9eb6 Author: Cole Greer <[email protected]> AuthorDate: Tue Jul 21 15:43:10 2026 -0700 Set project.build.outputTimestamp to enable reproducible builds --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 6e33f515f0..d31b21c90c 100644 --- a/pom.xml +++ b/pom.xml @@ -184,6 +184,12 @@ limitations under the License. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + <!-- + Enables Maven reproducible builds. Inherited by all child modules and honored by the + jar, assembly, source, and shade plugins to produce deterministic archives. The release + manager should update this value to the release date when cutting a release. + --> + <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> <skipIntegrationTests>true</skipIntegrationTests> <suresafeArgs> </suresafeArgs>
