Skip to content

Commit

Permalink
Fix sonatype version
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanovicz committed Nov 21, 2022
1 parent 978dcdc commit 4a63bbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ under the License.
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.6.12</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down Expand Up @@ -255,7 +255,6 @@ under the License.
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.12</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 4a63bbd

Please sign in to comment.