Skip to content

Commit 678d4e8

Browse files
committed
Update server ID to central for Central Publishing Portal
1 parent 0f24e09 commit 678d4e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven-central.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
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>

0 commit comments

Comments
 (0)