File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 295295 <source >${java.version} </source >
296296 </configuration >
297297 </plugin >
298+ <plugin >
299+ <groupId >org.sonatype.plugins</groupId >
300+ <artifactId >nexus-staging-maven-plugin</artifactId >
301+ <version >1.7.0</version >
302+ <extensions >true</extensions >
303+ <configuration >
304+ <serverId >ossrh</serverId >
305+ <nexusUrl >https://ossrh-staging-api.central.sonatype.com</nexusUrl >
306+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
307+ </configuration >
308+ </plugin >
298309 </plugins >
299310 </build >
300311 </profile >
338349 </repository >
339350 <repository >
340351 <id >sonatype</id >
341- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
352+ <url >https://s01. oss.sonatype.org/content/repositories/snapshots</url >
342353 <releases >
343354 <enabled >false</enabled >
344355 </releases >
You can’t perform that action at this time.
0 commit comments