This is an automated email from the ASF dual-hosted git repository.
ngupta pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/1.22 by this push:
new 823762d4a0 Set project.build.outputTimestamp to current timestamp for
Oak 1.22.20
823762d4a0 is described below
commit 823762d4a0be2a6b04fc8161b09a477994dda571
Author: Nitin Gupta <[email protected]>
AuthorDate: Fri May 10 13:58:29 2024 +0530
Set project.build.outputTimestamp to current timestamp for Oak 1.22.20
---
oak-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index dcbd848fa9..b686ef2ecc 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -36,7 +36,7 @@
<properties>
<!-- build time stamp: should be updated prior to a release -->
<!-- see
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
- <project.build.outputTimestamp>1709307307</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1715329586</project.build.outputTimestamp>
<minimalMavenBuildVersion>3.6.1</minimalMavenBuildVersion><!-- due to
https://issues.apache.org/jira/browse/MNG-6059 -->
<maven.compiler.target>${java.version}</maven.compiler.target><!--
evaluated by m-compiler-p and m-javadoc-p -->
<test.opts.memory>-Xmx512m</test.opts.memory>