Skip to content

Commit

Permalink
Update nexus-staging-maven-plugin to 1.6.13
Browse files Browse the repository at this point in the history
This will fix the issue `An API incompatibility was encountered while executing org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7:deploy`
  • Loading branch information
ziyanli-amazon authored Mar 13, 2023
1 parent 6ea9d9e commit 1aa7bab
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 @@ -142,7 +142,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 1aa7bab

Please sign in to comment.