File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 4444 uses : actions/setup-java@v4
4545 with :
4646 java-version : ${{ env.JDK_CURRENT }}
47- server-id : sonatype-nexus -snapshots
47+ server-id : central-portal -snapshots
4848 server-username : MAVEN_USERNAME
4949 server-password : MAVEN_PASSWORD
5050 distribution : ${{ env.DISTRIBUTION }}
Original file line number Diff line number Diff line change 1616 <description >Security library for Spring Webflux based on pac4j</description >
1717 <url >https://github.com/pac4j/spring-webflux-pac4j</url >
1818
19+ <distributionManagement >
20+ <snapshotRepository >
21+ <name >Central Portal Snapshots</name >
22+ <id >central-portal-snapshots</id >
23+ <url >https://central.sonatype.com/repository/maven-snapshots/</url >
24+ </snapshotRepository >
25+ </distributionManagement >
26+
1927 <repositories >
2028 <repository >
21- <id >sonatype-nexus-snapshots</ id >
22- <name >Sonatype Nexus Snapshots</ name >
23- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
29+ <name >Central Portal Snapshots</ name >
30+ <id >central-portal-snapshots</ id >
31+ <url >https://central .sonatype.com/repository/maven- snapshots/ </url >
2432 <releases >
2533 <enabled >false</enabled >
2634 </releases >
You can’t perform that action at this time.
0 commit comments