We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84117c commit 8e2b416Copy full SHA for 8e2b416
1 file changed
pom.xml
@@ -179,15 +179,13 @@
179
</executions>
180
</plugin>
181
<plugin>
182
- <groupId>org.sonatype.plugins</groupId>
183
- <artifactId>nexus-staging-maven-plugin</artifactId>
184
- <version>1.7.0</version>
185
- <extensions>true</extensions>
186
- <configuration>
187
- <serverId>${distributionManagement.snapshot.id}</serverId>
188
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
189
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
190
- </configuration>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.8.0</version>
+ <extensions>true</extensions>
+ <configuration>
+ <publishingServerId>central</publishingServerId>
+ </configuration>
191
192
</plugins>
193
</build>
0 commit comments