File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 412412 <groupId >org.sonatype.plugins</groupId >
413413 <artifactId >nexus-staging-maven-plugin</artifactId >
414414 <version >1.7.0</version >
415- <extensions >true</extensions >
416- <configuration >
417- <serverId >ossrh</serverId >
418- <nexusUrl >https://ossrh-staging-api.central.sonatype.com/</nexusUrl >
419- <autoReleaseAfterClose >true</autoReleaseAfterClose >
420- </configuration >
421415 </plugin >
422416
423417 <plugin >
781775 </execution >
782776 </executions >
783777 </plugin >
778+ <plugin >
779+ <groupId >org.sonatype.plugins</groupId >
780+ <artifactId >nexus-staging-maven-plugin</artifactId >
781+ <version >1.7.0</version >
782+ <extensions >true</extensions >
783+ <configuration >
784+ <serverId >ossrh</serverId >
785+ <nexusUrl >https://ossrh-staging-api.central.sonatype.com/</nexusUrl >
786+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
787+ </configuration >
788+ </plugin >
784789 </plugins >
785790 </build >
786791 </profile >
You can’t perform that action at this time.
0 commit comments