You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/08/20 15:42:21 UTC

[isis] 03/06: ISIS-2965: updates bom/pom.xml project.build.outputTimestamp to fixed value (reproducibility)

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit c65e947e8a58f5ed06c707241f0827f4fa2a9015
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Aug 20 15:28:49 2022 +0100

    ISIS-2965: updates bom/pom.xml project.build.outputTimestamp to fixed value (reproducibility)
---
 bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 1985a1e25e..c21edb7ba4 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -312,7 +312,7 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif
         <maven.plugin.tools.version>3.6.4</maven.plugin.tools.version>
         <!--  for m-plugin-p and maven-plugin-annotations  -->
         <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
-        <project.build.outputTimestamp>1</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-08-22T15:28:38Z</project.build.outputTimestamp>
 
         <!-- APACHE ISIS customisation 6/21: start -->