Skip to content

Commit

Permalink
Update nexus-staging-maven-plugin dep to 1.6.13 (from 1.6.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 30, 2023
1 parent c6361de commit 11114a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,11 @@ of Jackson: application code should only rely on `jackson-bom`
<!-- 12-Oct-2019, tatu: Copied from
https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337
-->
<!-- 01-Aug-2020, tatu: Upgrade 1.6.6 -> 1.6.8 -->
<!-- 30-May-2023, tatu: Upgrade 1.6.8 -> 1.6.13 -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
Expand Down
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Jackson components (core, modules)
=== Releases (note: only includes patches with actual changes)
------------------------------------------------------------------------

Not yet released

* Udate `nexus-staging-maven-plugin` to 1.6.13 (from 1.6.8)

2.15.2 (30-May-2023)

No changes since 2.15.1
Expand Down

0 comments on commit 11114a2

Please sign in to comment.