Skip to content

Commit

Permalink
ci: fixing Sonatype serverId (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehouel authored Aug 31, 2020
1 parent 553b5a3 commit 583d187
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 @@ -302,7 +302,7 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<serverId>ossrh</serverId>
<nexusUrl>https://aws.oss.sonatype.org</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
Expand Down

0 comments on commit 583d187

Please sign in to comment.