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 08c5f75 commit 1019fe4
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
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ along with ao-messaging-http-client-js. If not, see <https://www.gnu.org/licens
<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.aoapps.messaging.http.client.js.book</module.name>
<!-- These values are copied from the project being documented -->
<documented.artifactId>ao-messaging-http-client-js</documented.artifactId>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ along with ao-messaging-http-client-js. If not, see <https://www.gnu.org/licens
<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.aoapps.messaging.http.client.js</module.name>
</properties>

Expand Down

0 comments on commit 1019fe4

Please sign in to comment.