This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch CAUSEWAY-3253 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit fe4c12c1d4b965cf46c84dace792db906587c313 Author: danhaywood <[email protected]> AuthorDate: Mon Mar 13 17:13:43 2023 +0000 CAUSEWAY-3253: fixes project.build.outputTimestamp --- bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/pom.xml b/bom/pom.xml index 1e388d6125..6ce36943d9 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -66,7 +66,7 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif <causeway.skipTests>false</causeway.skipTests> <maven.test.skip>${causeway.skipTests}</maven.test.skip> - <project.build.outputTimestamp>2022-10-14T12:04:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-03-13T17:13:02Z</project.build.outputTimestamp> <delombok.output>${project.build.directory}/delombok</delombok.output>
