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 eb6c89c commit c724937
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 semanticcms-pagegraph. 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.semanticcms.pagegraph.book</module.name>
<!-- These values are copied from the project being documented -->
<documented.artifactId>semanticcms-pagegraph</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 semanticcms-pagegraph. 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.semanticcms.pagegraph</module.name>
<javadoc.breadcrumbs><![CDATA[<a target="${javadoc.target}" href="https://semanticcms.com/">SemanticCMS</a>
/ <a target="${javadoc.target}" href="${project.url}">PageGraph</a>]]></javadoc.breadcrumbs>
Expand Down

0 comments on commit c724937

Please sign in to comment.