Skip to content

Commit

Permalink
Released nmw-oss-parent-1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
newmediaworks committed Jul 23, 2024
1 parent 76639fc commit 6947585
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 17 deletions.
2 changes: 1 addition & 1 deletion book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with nmw-oss-parent. If not, see <https://www.gnu.org/licenses/>.
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.newmediaworks</groupId><artifactId>nmw-oss-parent</artifactId><version>1.21.2-SNAPSHOT</version>
<groupId>com.newmediaworks</groupId><artifactId>nmw-oss-parent</artifactId><version>1.21.2-POST-SNAPSHOT</version>
</parent>

<groupId>com.newmediaworks</groupId><artifactId>nmw-oss-parent-book</artifactId><version>1.21.2-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ along with nmw-oss-parent. If not, see <https://www.gnu.org/licenses/>.
shortTitle="Changelog"
tocLevels="1"
datePublished="2019-05-24T19:05:12-05:00"
dateModified="2024-05-23T18:55:34Z"
dateModified="2024-07-23T03:38:24Z"
allowRobots="false"
>
<c:set var="latestRelease" value="1.21.1" />
<c:set var="latestRelease" value="1.21.2" />
<c:if test="${
fn:endsWith('@{project.version}', '-SNAPSHOT')
and !fn:endsWith('@{project.version}', '-POST-SNAPSHOT')
Expand All @@ -53,17 +53,27 @@ along with nmw-oss-parent. If not, see <https://www.gnu.org/licenses/>.
artifactId="@{documented.artifactId}"
repository="@{nexusUrl}content/repositories/snapshots/"
scmUrl="@{project.scm.url}"
>
<ul>
<li>Updated plugin versions.</li>
<li>
Temporarily added new PGP keys that we'll work on getting merged into
<ao:a href="https://github.com/s4u/pgp-keys-map">s4u/pgp-keys-map</ao:a>.
</li>
</ul>
</changelog:release>
/>
</c:if>

<changelog:release
projectName="@{documented.name}"
version="1.21.2"
datePublished="2024-07-23T03:38:24Z"
groupId="@{project.groupId}"
artifactId="@{documented.artifactId}"
scmUrl="@{project.scm.url}"
newsAllowRobots="true"
>
<ul>
<li>Updated plugin versions.</li>
<li>
Temporarily added new PGP keys that we'll work on getting merged into
<ao:a href="https://github.com/s4u/pgp-keys-map">s4u/pgp-keys-map</ao:a>.
</li>
</ul>
</changelog:release>

<changelog:release
projectName="@{documented.name}"
version="1.21.1"
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,19 @@ along with nmw-oss-parent. If not, see <https://www.gnu.org/licenses/>.

<!-- Plugin Dependencies -->
<org.simplify4u.pgp-keys-map.version>2024.06.29</org.simplify4u.pgp-keys-map.version>
<com.aoapps.pgp-keys-map.version>1.13.0<!-- ${POST-SNAPSHOT} --></com.aoapps.pgp-keys-map.version>
<com.aoapps.pgp-keys-map.version>1.13.0${POST-SNAPSHOT}</com.aoapps.pgp-keys-map.version>
<org.codehaus.mojo.extra-enforcer-rules.version>1.8.0</org.codehaus.mojo.extra-enforcer-rules.version>
<org.ow2.asm.asm.version>9.7</org.ow2.asm.asm.version>
<com.puppycrawl.tools.checkstyle.version>10.17.0</com.puppycrawl.tools.checkstyle.version>
<com.github.spotbugs.spotbugs.version>4.8.6</com.github.spotbugs.spotbugs.version>
<com.aoapps.ao-javadoc-offline.version>3.5.0<!-- ${POST-SNAPSHOT} --></com.aoapps.ao-javadoc-offline.version>
<com.newmediaworks.nmw-javadoc-resources.version>1.1.0<!-- ${POST-SNAPSHOT} --></com.newmediaworks.nmw-javadoc-resources.version>
<com.aoapps.ao-ant-tasks.version>1.2.0<!-- ${POST-SNAPSHOT} --></com.aoapps.ao-ant-tasks.version>
<com.aoapps.ao-javadoc-offline.version>3.5.0${POST-SNAPSHOT}</com.aoapps.ao-javadoc-offline.version>
<com.newmediaworks.nmw-javadoc-resources.version>1.1.0${POST-SNAPSHOT}</com.newmediaworks.nmw-javadoc-resources.version>
<com.aoapps.ao-ant-tasks.version>1.2.0${POST-SNAPSHOT}</com.aoapps.ao-ant-tasks.version>
<org.apache.commons.commons-compress.version>1.26.2</org.apache.commons.commons-compress.version>
<commons-io.commons-io.version>2.16.1</commons-io.commons-io.version>
<org.apache.commons.commons-lang3.version>3.15.0</org.apache.commons.commons-lang3.version>
<org.apache.commons.commons-text.version>1.12.0</org.apache.commons.commons-text.version>
<com.aoapps.ao-checkstyle-config.version>1.3.0<!-- ${POST-SNAPSHOT} --></com.aoapps.ao-checkstyle-config.version>
<com.aoapps.ao-checkstyle-config.version>1.3.0${POST-SNAPSHOT}</com.aoapps.ao-checkstyle-config.version>

<!-- Maven Javadoc Plugin -->
<!--
Expand Down

0 comments on commit 6947585

Please sign in to comment.