Skip to content

Commit

Permalink
[build] Migrate to new Sonatype Central Portal
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Aug 2, 2024
1 parent 5095ef0 commit da6f373
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Binary file added .idea/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion .idea/icon.svg

This file was deleted.

11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -321,14 +321,13 @@ under the License.
<version>0.0.1</version>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.5.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<publishingServerId>ossrh</publishingServerId>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit da6f373

Please sign in to comment.