Skip to content

Commit 1aa7bab

Browse files
Update nexus-staging-maven-plugin to 1.6.13
This will fix the issue `An API incompatibility was encountered while executing org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7:deploy`
1 parent 6ea9d9e commit 1aa7bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>org.sonatype.plugins</groupId>
144144
<artifactId>nexus-staging-maven-plugin</artifactId>
145-
<version>1.6.7</version>
145+
<version>1.6.13</version>
146146
<extensions>true</extensions>
147147
<configuration>
148148
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)