File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
java-version : " 21"
21
21
distribution : " temurin"
22
22
cache : maven
23
- server-id : ossrh
23
+ server-id : central
24
24
server-username : MAVEN_USERNAME
25
25
server-password : MAVEN_PASSWORD
26
26
gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 75
75
<plugin >
76
76
<groupId >org.sonatype.central</groupId >
77
77
<artifactId >central-publishing-maven-plugin</artifactId >
78
- <version >0.4 .0</version >
78
+ <version >0.7 .0</version >
79
79
<extensions >true</extensions >
80
80
<configuration >
81
- <publishingServerId >ossrh </publishingServerId >
81
+ <publishingServerId >central </publishingServerId >
82
82
<tokenAuth >true</tokenAuth >
83
83
<autoPublish >true</autoPublish >
84
84
</configuration >
You can’t perform that action at this time.
0 commit comments