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:
55
55
<settings>
56
56
<servers>
57
57
<server>
58
- <id>ossrh </id>
58
+ <id>central </id>
59
59
<username>${{ secrets.OSSRH_USERNAME_TOKEN }}</username>
60
60
<password>${{ secrets.OSSRH_PASSWORD_TOKEN }}</password>
61
61
</server>
62
62
</servers>
63
63
<profiles>
64
64
<profile>
65
- <id>ossrh </id>
65
+ <id>central </id>
66
66
<activation>
67
67
<activeByDefault>true</activeByDefault>
68
68
</activation>
Original file line number Diff line number Diff line change 207
207
<version >0.7.0</version >
208
208
<extensions >true</extensions >
209
209
<configuration >
210
- <serverId >ossrh </serverId >
210
+ <serverId >central </serverId >
211
211
<centralBaseUrl >https://central.sonatype.com</centralBaseUrl >
212
212
<deploymentName >WooCommerce API Client - ${project.version} </deploymentName >
213
213
<checksums >required</checksums >
You can’t perform that action at this time.
0 commit comments