Skip to content

Commit

Permalink
Released ao-javadoc-offline-3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Aug 2, 2023
1 parent 0ef2e46 commit 1074fab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ along with ao-javadoc-offline. If not, see <https://www.gnu.org/licenses/>.
shortTitle="Changelog"
tocLevels="1"
datePublished="2020-06-01T11:09:48-05:00"
dateModified="2023-07-11T01:16:46Z"
dateModified="2023-08-02T17:54:35Z"
>
<c:if test="${fn:endsWith('@{project.version}', '-SNAPSHOT') and !fn:endsWith('@{project.version}', '-POST-SNAPSHOT')}">
<changelog:release
Expand All @@ -51,18 +51,28 @@ along with ao-javadoc-offline. If not, see <https://www.gnu.org/licenses/>.
<!-- TODO: This package could use the "Project" class to dynamically find the version currently deployed -->
<!-- TODO: This package could also allow the registration of additional packages, perhaps via "Service" mechanism -->
<!-- TODO: Additional API Links might be by project in this case, too, including package-list/element-list -->
<ul>
<li>Java updates:
<ol>
<li>Java 19 is now end-of-life</li>
<li>Java 20 is now current stable</li>
<li>Java 21 is new beta</li>
</ol>
</li>
</ul>
</changelog:release>
</c:if>

<changelog:release
projectName="@{documented.name}"
version="3.4.1"
datePublished="2023-08-02T17:54:35Z"
groupId="@{project.groupId}"
artifactId="@{documented.artifactId}"
scmUrl="@{project.scm.url}"
>
<ul>
<li>Java updates:
<ol>
<li>Java 19 is now end-of-life</li>
<li>Java 20 is now current stable</li>
<li>Java 21 is new beta</li>
</ol>
</li>
</ul>
</changelog:release>

<changelog:release
projectName="@{documented.name}"
version="3.4.0"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with ao-javadoc-offline. If not, see <https://www.gnu.org/licenses/>.
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.aoapps</groupId><artifactId>ao-oss-parent</artifactId><version>1.21.3<!-- -POST-SNAPSHOT --></version>
<groupId>com.aoapps</groupId><artifactId>ao-oss-parent</artifactId><version>1.21.3-POST-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 1074fab

Please sign in to comment.