We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5807d3c commit d73b19bCopy full SHA for d73b19b
pom.xml
@@ -145,14 +145,12 @@
145
</configuration>
146
</plugin>
147
<plugin>
148
- <groupId>org.sonatype.plugins</groupId>
149
- <artifactId>nexus-staging-maven-plugin</artifactId>
150
- <version>1.6.8</version>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.7.0</version>
151
<extensions>true</extensions>
152
<configuration>
153
- <serverId>ossrh</serverId>
154
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
155
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
+ <publishingServerId>ossrh</publishingServerId>
156
157
158
</plugins>
0 commit comments