Skip to content

Commit 2d10112

Browse files
committed
[mvn] Update for central
1 parent 5883653 commit 2d10112

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.mvn/settings.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<servers>
2323
<!-- Used for sonatype snapshots and releases -->
2424
<server>
25-
<id>ossrh</id>
25+
<id>central</id>
2626
<username>${env.CI_DEPLOY_USERNAME}</username>
2727
<password>${env.CI_DEPLOY_PASSWORD}</password>
2828
</server>
@@ -39,7 +39,6 @@
3939
<!-- Github deployments (site) -->
4040
<server>
4141
<id>github</id>
42-
<username>${env.CI_DEPLOY_USERNAME}</username>
4342
<password>${env.GITHUB_TOKEN}</password>
4443
</server>
4544

0 commit comments

Comments
 (0)