Skip to content

Commit

Permalink
project.build.outputTimestamp will be set to ${git.commit.time} for s…
Browse files Browse the repository at this point in the history
…napshots or ISO 8601 timestamp for releases.
  • Loading branch information
ao-apps committed Sep 17, 2023
1 parent 9f0ad13 commit 2a25505
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/pom.xml
Expand Up @@ -33,6 +33,8 @@ along with aoserv-daemon. If not, see <https://www.gnu.org/licenses/>.
<packaging>jar</packaging>

<properties>
<!-- Must be set to ${git.commit.time} for snapshots or ISO 8601 timestamp for releases. -->
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
<module.name>com.aoindustries.aoserv.daemon.book</module.name>
<!-- These values are copied from the project being documented -->
<documented.artifactId>aoserv-daemon</documented.artifactId>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -33,6 +33,8 @@ along with aoserv-daemon. If not, see <https://www.gnu.org/licenses/>.
<packaging>jar</packaging>

<properties>
<!-- Must be set to ${git.commit.time} for snapshots or ISO 8601 timestamp for releases. -->
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
<module.name>com.aoindustries.aoserv.daemon</module.name>
<!-- TODO: Java 11 once CentOS 5 is gone -->
<!-- Java 1.8 -->
Expand Down

0 comments on commit 2a25505

Please sign in to comment.