File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 208208 </plugin >
209209
210210 <plugin >
211- <groupId >org.sonatype.plugins </groupId >
212- <artifactId >nexus-staging -maven-plugin</artifactId >
213- <version >1.7 .0</version >
211+ <groupId >org.sonatype.central </groupId >
212+ <artifactId >central-publishing -maven-plugin</artifactId >
213+ <version >0.8 .0</version >
214214 <extensions >true</extensions >
215215 <configuration >
216- <serverId >ossrh</ serverId >
217- <nexusUrl >https://oss.sonatype.org/</ nexusUrl >
218- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
216+ <publishingServerId >central</ publishingServerId >
217+ <autoPublish >true</ autoPublish >
218+ <waitUntil >published</ waitUntil >
219219 </configuration >
220220 </plugin >
221221
329329 </executions >
330330 </plugin >
331331
332- <!--
333332 <plugin >
334333 <groupId >org.apache.maven.plugins</groupId >
335334 <artifactId >maven-javadoc-plugin</artifactId >
349348 </execution >
350349 </executions >
351350 </plugin >
352- -->
353351
354352 </plugins >
355353 </build >
You can’t perform that action at this time.
0 commit comments