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 5ee74bc + 08e3c8f commit 8c43337
Showing 1 changed file with 23 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ along with semanticcms-core-sitemap. If not, see <https://www.gnu.org/licenses/
shortTitle="Changelog"
tocLevels="1"
datePublished="2016-10-30T18:51:32-05:00"
dateModified="2023-09-16T00:50:59Z"
dateModified="2023-09-17T20:57:06Z"
>
<c:if test="${fn:endsWith('@{project.version}', '-SNAPSHOT') and !fn:endsWith('@{project.version}', '-POST-SNAPSHOT')}">
<changelog:release
Expand All @@ -50,20 +50,32 @@ along with semanticcms-core-sitemap. If not, see <https://www.gnu.org/licenses/
>
<ul>
<li>Added <core:link book="/core/pages" page="/" /> support.</li>
<li>
Publish additional <ao:a href="https://www.sitemaps.org/protocol.html#index">sitemap indexes</ao:a> found
in <code>META-INF/sitemap-index.xml</code> in all JARs on the classpath. This is for integration with
the javadoc sitemaps generated by <ao:a href="https://oss.aoapps.com/ant-tasks/">AO Ant Tasks</ao:a> during
Jenkins builds.
</li>
<li>
Removed milliseconds from sitemap date time representation.
Most timestamps come from JAR/WAR files that lack millisecond precision.
</li>
</ul>
</changelog:release>
</c:if>

<changelog:release
projectName="@{documented.name}"
version="1.15.0"
datePublished="2023-09-17T20:57:06Z"
groupId="@{project.groupId}"
artifactId="@{documented.artifactId}"
scmUrl="@{project.scm.url}"
>
<ul>
<li>
Publish additional <ao:a href="https://www.sitemaps.org/protocol.html#index">sitemap indexes</ao:a> found
in <code>META-INF/sitemap-index.xml</code> in all JARs on the classpath. This is for integration with
the javadoc sitemaps generated by <ao:a href="https://oss.aoapps.com/ant-tasks/">AO Ant Tasks</ao:a> during
Jenkins builds.
</li>
<li>
Removed milliseconds from sitemap date time representation.
Most timestamps come from JAR/WAR files that lack millisecond precision.
</li>
</ul>
</changelog:release>

<changelog:release
projectName="@{documented.name}"
version="1.14.2"
Expand Down

0 comments on commit 8c43337

Please sign in to comment.