File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -252,17 +252,16 @@ limitations under the License.
252252
253253
254254 <plugin >
255- <groupId >org.sonatype.plugins </groupId >
256- <artifactId >nexus-staging -maven-plugin</artifactId >
257- <version >1.7 .0</version >
255+ <groupId >org.sonatype.central </groupId >
256+ <artifactId >central-publishing -maven-plugin</artifactId >
257+ <version >0.9 .0</version >
258258 <extensions >true</extensions >
259259 <configuration >
260- <serverId >maven-central</serverId >
261- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
260+ <publishingServerId >maven-central</publishingServerId >
262261
263262 <!-- Flip this if you feel confident about your build, and it passes
264263 the rules of Maven Central -->
265- <autoReleaseAfterClose >false</autoReleaseAfterClose >
264+ <autoPublish >false</autoPublish >
266265 </configuration >
267266 </plugin >
268267 </plugins >
You can’t perform that action at this time.
0 commit comments