File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed
Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 242242 <version >2.18.0</version >
243243 </plugin >
244244 <plugin >
245- <groupId >org.sonatype.plugins </groupId >
246- <artifactId >nexus-staging -maven-plugin</artifactId >
247- <version >1 .7.0</version >
245+ <groupId >org.sonatype.central </groupId >
246+ <artifactId >central-publishing -maven-plugin</artifactId >
247+ <version >0 .7.0</version >
248248 <extensions >true</extensions >
249249 <configuration >
250- <serverId >sonatype-nexus-staging</serverId >
251- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
252- <autoReleaseAfterClose >true</autoReleaseAfterClose >
250+ <publishingServerId >central</publishingServerId >
251+ <autoPublish >true</autoPublish >
253252 </configuration >
254- <executions >
255- <execution >
256- <id >default-deploy</id >
257- <phase >deploy</phase >
258- <goals >
259- <goal >deploy</goal >
260- </goals >
261- </execution >
262- </executions >
263253 </plugin >
264254 </plugins >
265255 </build >
You can’t perform that action at this time.
0 commit comments