From 2a255056bcb3dadfd5ad6d8ae779acd95f2a99c5 Mon Sep 17 00:00:00 2001 From: "AO Industries, Inc" Date: Sun, 17 Sep 2023 00:23:03 +0000 Subject: [PATCH] project.build.outputTimestamp will be set to ${git.commit.time} for snapshots or ISO 8601 timestamp for releases. --- book/pom.xml | 2 ++ pom.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/book/pom.xml b/book/pom.xml index bade9d11..8a9b0c92 100644 --- a/book/pom.xml +++ b/book/pom.xml @@ -33,6 +33,8 @@ along with aoserv-daemon. If not, see . jar + + ${git.commit.time} com.aoindustries.aoserv.daemon.book aoserv-daemon diff --git a/pom.xml b/pom.xml index d54ac664..1f755667 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,8 @@ along with aoserv-daemon. If not, see . jar + + ${git.commit.time} com.aoindustries.aoserv.daemon