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 346
346
</modules >
347
347
348
348
349
-
350
349
<build >
351
350
<plugins >
352
351
375
374
</plugin >
376
375
377
376
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
+
378
389
<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 >
382
393
<extensions >true</extensions >
383
394
<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 >
387
398
</configuration >
388
399
</plugin >
389
400
Original file line number Diff line number Diff line change 9
9
<version >3.4.8</version >
10
10
</parent >
11
11
12
+ <name >springboot-starter-data-authorization</name >
12
13
<artifactId >springboot-starter-data-authorization</artifactId >
13
14
<description >springboot-starter-data-authorization project for Spring Boot</description >
14
15
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
+ <name >springboot-starter-data-fast</name >
12
13
<artifactId >springboot-starter-data-fast</artifactId >
14
+ <description >springboot-starter-data-fast project for Spring Boot</description >
13
15
14
16
<properties >
15
17
<java .version>17</java .version>
You can’t perform that action at this time.
0 commit comments