You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/18 17:56:43 UTC

[causeway] 05/09: CAUSEWAY-3253: fixes project.build.outputTimestamp

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch release-2.0.0-RC1-RC1
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit 5863c2a20c27a6919b2191fad77242c231557d02
Author: danhaywood <da...@haywood-associates.co.uk>
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 27ab4d186d..65148b8bb4 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-18T16:02:00Z</project.build.outputTimestamp>
 
         <delombok.output>${project.build.directory}/delombok</delombok.output>