Skip to content

Commit

Permalink
Updated to rewrite-maven-plugin-4.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newmediaworks committed Oct 9, 2022
1 parent a52ee1a commit 8499439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ 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="2022-09-21T11:26:44-05:00"
dateModified="2022-10-09T12:27:12-05:00"
>
<c:if test="${fn:endsWith('@{project.version}', '-SNAPSHOT') and !fn:endsWith('@{project.version}', '-POST-SNAPSHOT')}">
<changelog:release
Expand All @@ -49,6 +49,7 @@ along with nmw-oss-parent. If not, see <https://www.gnu.org/licenses/>.
scmUrl="@{project.scm.url}"
>
<ul>
<li>Updated plugin versions.</li>
<li>Updated to latest release of <ao:a href="https://github.com/s4u/pgp-keys-map">PGP keys map to maven artifacts</ao:a>.</li>
</ul>
</changelog:release>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ along with nmw-oss-parent. If not, see <https://www.gnu.org/licenses/>.
</configuration>
</plugin>
<plugin>
<groupId>org.openrewrite.maven</groupId><artifactId>rewrite-maven-plugin</artifactId><version>4.33.0</version>
<groupId>org.openrewrite.maven</groupId><artifactId>rewrite-maven-plugin</artifactId><version>4.34.1</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.format.AutoFormat</recipe>
Expand Down

0 comments on commit 8499439

Please sign in to comment.