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 @@ -55,14 +55,14 @@ jobs:
5555 <settings>
5656 <servers>
5757 <server>
58- <id>ossrh </id>
58+ <id>central </id>
5959 <username>${{ secrets.OSSRH_USERNAME_TOKEN }}</username>
6060 <password>${{ secrets.OSSRH_PASSWORD_TOKEN }}</password>
6161 </server>
6262 </servers>
6363 <profiles>
6464 <profile>
65- <id>ossrh </id>
65+ <id>central </id>
6666 <activation>
6767 <activeByDefault>true</activeByDefault>
6868 </activation>
Original file line number Diff line number Diff line change 207207 <version >0.7.0</version >
208208 <extensions >true</extensions >
209209 <configuration >
210- <serverId >ossrh </serverId >
210+ <serverId >central </serverId >
211211 <centralBaseUrl >https://central.sonatype.com</centralBaseUrl >
212212 <deploymentName >WooCommerce API Client - ${project.version} </deploymentName >
213213 <checksums >required</checksums >
You can’t perform that action at this time.
0 commit comments