Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Sep 17, 2023
2 parents 2915d04 + c0004cf commit 9b0c6a2
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion all
Submodule all updated 2 files
+2 −0 book/pom.xml
+2 −0 pom.xml
2 changes: 1 addition & 1 deletion bom
Submodule bom updated 2 files
+2 −0 book/pom.xml
+5 −0 pom.xml
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 pragmatickm-task. 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.pragmatickm.task.book</module.name>
<!-- These values are copied from the project being documented -->
<documented.artifactId>pragmatickm-task</documented.artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model
Submodule model updated 2 files
+2 −0 book/pom.xml
+2 −0 pom.xml
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ along with pragmatickm-task. If not, see <https://www.gnu.org/licenses/>.
<groupId>com.pragmatickm</groupId><artifactId>pragmatickm-task</artifactId><version>2.0.0-SNAPSHOT</version>
<packaging>pom</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>
</properties>

<name>PragmaticKM Task</name>
<url>https://pragmatickm.com/task/</url>
<description>Aggregator POM for tasks nested within SemanticCMS pages and elements.</description>
Expand Down
2 changes: 1 addition & 1 deletion renderer-html
Submodule renderer-html updated 2 files
+2 −0 book/pom.xml
+2 −0 pom.xml
2 changes: 1 addition & 1 deletion servlet
Submodule servlet updated 2 files
+2 −0 book/pom.xml
+2 −0 pom.xml
2 changes: 1 addition & 1 deletion style
Submodule style updated 2 files
+2 −0 book/pom.xml
+2 −0 pom.xml
2 changes: 1 addition & 1 deletion taglib
Submodule taglib updated 2 files
+2 −0 book/pom.xml
+2 −0 pom.xml
2 changes: 1 addition & 1 deletion view
Submodule view updated 2 files
+2 −0 book/pom.xml
+2 −0 pom.xml

0 comments on commit 9b0c6a2

Please sign in to comment.