Skip to content

Commit

Permalink
Update sonatype plugins in pom.xml (#437)
Browse files Browse the repository at this point in the history
Update org.sonatype.plugins from 1.6.8 to 1.6.13 to resolve `nexus-staging-maven-plugin: maven deploy failed: An API incompatibility was encountered while executing`
  • Loading branch information
saieshwarm committed Feb 20, 2024
1 parent b96cf3d commit b9cfe28
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 @@ -491,7 +491,7 @@
<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

0 comments on commit b9cfe28

Please sign in to comment.