File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 with :
8080 java-version : " 21"
8181 distribution : " zulu"
82- server-id : " nexus "
82+ server-id : " central "
8383 server-username : " SONATYPE_USER"
8484 server-password : " SONATYPE_PASS"
8585 gpg-private-key : ${{secrets.GPG_SIGNING_KEY}}
Original file line number Diff line number Diff line change 101101 </executions >
102102 </plugin >
103103 <plugin >
104- <groupId >org.sonatype.plugins </groupId >
105- <artifactId >nexus-staging -maven-plugin</artifactId >
106- <version >1.7 .0</version >
104+ <groupId >org.sonatype.central </groupId >
105+ <artifactId >central-publishing -maven-plugin</artifactId >
106+ <version >0.8 .0</version >
107107 <extensions >true</extensions >
108108 <configuration >
109- <serverId >nexus</serverId >
110- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
111- <autoReleaseAfterClose >false</autoReleaseAfterClose >
109+ <publishingServerId >central</publishingServerId >
110+ <autoPublish >false</autoPublish >
112111 </configuration >
113112 </plugin >
114113 </plugins >
You can’t perform that action at this time.
0 commit comments