Skip to content

Commit

Permalink
fix sonatype parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
egwepas committed Sep 17, 2019
1 parent 087e58c commit 897589e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,8 @@
</executions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/service/local/staging/deploy/maven2/</nexusUrl>
<!-- explicit matching using the staging profile id -->
<stagingProfileId>7edbe315063867</stagingProfileId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 897589e

Please sign in to comment.