From 8156a268b58c09f23fa6758d4346ee34fe76eb66 Mon Sep 17 00:00:00 2001 From: "AO Industries, Inc" Date: Sun, 3 Sep 2023 19:21:44 +0000 Subject: [PATCH] Reproducible build ${project.build.outputTimestamp} set back to ${git.commit.time}. The property was replaced with a fixed timestamp by Maven Release Plugin during the last release. This caused all child projects to incorrecly use the time that the parent was released, not that of the project's last commit as intended. --- book/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/book/pom.xml b/book/pom.xml index ad0bb93..b8fdf28 100644 --- a/book/pom.xml +++ b/book/pom.xml @@ -25,7 +25,7 @@ along with ao-servlet-firewall-path-space. If not, see 4.0.0 - com.aoappsao-oss-parent1.23.0-POST-SNAPSHOT + com.aoappsao-oss-parent1.23.1-SNAPSHOT ../../../parent/pom.xml diff --git a/pom.xml b/pom.xml index 6815164..ca819f0 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ along with ao-servlet-firewall-path-space. If not, see 4.0.0 - com.aoappsao-oss-parent1.23.0-POST-SNAPSHOT + com.aoappsao-oss-parent1.23.1-SNAPSHOT ../../parent/pom.xml