File tree Expand file tree Collapse file tree 4 files changed +21
-7
lines changed
springboot-starter-data-authorization
springboot-starter-data-fast Expand file tree Collapse file tree 4 files changed +21
-7
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 346346 </modules >
347347
348348
349-
350349 <build >
351350 <plugins >
352351
375374 </plugin >
376375
377376
377+ <!-- <plugin>-->
378+ <!-- <groupId>org.sonatype.plugins</groupId>-->
379+ <!-- <artifactId>nexus-staging-maven-plugin</artifactId>-->
380+ <!-- <version>1.6.13</version>-->
381+ <!-- <extensions>true</extensions>-->
382+ <!-- <configuration>-->
383+ <!-- <serverId>ossrh</serverId>-->
384+ <!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl>-->
385+ <!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>-->
386+ <!-- </configuration>-->
387+ <!-- </plugin>-->
388+
378389 <plugin >
379- <groupId >org.sonatype.plugins </groupId >
380- <artifactId >nexus-staging -maven-plugin</artifactId >
381- <version >1.6.13 </version >
390+ <groupId >org.sonatype.central </groupId >
391+ <artifactId >central-publishing -maven-plugin</artifactId >
392+ <version >0.8.0 </version >
382393 <extensions >true</extensions >
383394 <configuration >
384- <serverId >ossrh</ serverId >
385- <nexusUrl >https://oss.sonatype.org/</ nexusUrl >
386- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
395+ <publishingServerId >central</ publishingServerId >
396+ <autoPublish >true</ autoPublish >
397+ <waitUntil >published</ waitUntil >
387398 </configuration >
388399 </plugin >
389400
Original file line number Diff line number Diff line change 99 <version >3.4.8</version >
1010 </parent >
1111
12+ <name >springboot-starter-data-authorization</name >
1213 <artifactId >springboot-starter-data-authorization</artifactId >
1314 <description >springboot-starter-data-authorization project for Spring Boot</description >
1415
Original file line number Diff line number Diff line change 99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
12+ <name >springboot-starter-data-fast</name >
1213 <artifactId >springboot-starter-data-fast</artifactId >
14+ <description >springboot-starter-data-fast project for Spring Boot</description >
1315
1416 <properties >
1517 <java .version>17</java .version>
You can’t perform that action at this time.
0 commit comments