Skip to content

Commit

Permalink
bump nexus-staging-maven plugin to 1.7.0
Browse files Browse the repository at this point in the history
1.6.13 does not work with jdk 17 which is needed on CI now for the idea build.
  • Loading branch information
christophsturm committed Aug 20, 2024
1 parent 6d3c1f2 commit 13e693c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 13e693c

Please sign in to comment.