Skip to content

Commit

Permalink
add version to nexus staging
Browse files Browse the repository at this point in the history
  • Loading branch information
willr3 committed Apr 5, 2023
1 parent 7a3b652 commit 38d4bce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
<!-- To release to Maven central -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 38d4bce

Please sign in to comment.