From cdb2eb1db70277a563f975920dbf582c9d001e9e Mon Sep 17 00:00:00 2001 From: Brian Demers Date: Wed, 29 Mar 2023 13:30:31 -0400 Subject: [PATCH 1/3] Maven build generates consistent output Set build output timestamp per: https://maven.apache.org/guides/mini/guide-reproducible-builds.html --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index a6c550fcc..b5960f5cf 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,7 @@ 0.8.8 0.0.11 0.0.38 + 2023-03-29T00:00:00Z From 313121d73c0a459db3c0bf07f382590b4b305d18 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 10 May 2023 08:43:16 +0100 Subject: [PATCH 2/3] Add comment about reproducible builds --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b5960f5cf..14c8fddbe 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,8 @@ 17 UTF-8 UTF-8 + + 2023-05-10T07:42:50Z 5.2.3 @@ -26,7 +28,6 @@ 0.8.8 0.0.11 0.0.38 - 2023-03-29T00:00:00Z From 2692c5bb434fd1d2ffa375bdea86475b64d6bad9 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 10 May 2023 08:44:50 +0100 Subject: [PATCH 3/3] Update to Boot 3.0.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 14c8fddbe..2631c6fc5 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.4 + 3.0.6 petclinic