We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77bee6c commit 058cf5eCopy full SHA for 058cf5e
.mvn/settings.xml
@@ -22,7 +22,7 @@
22
<servers>
23
<!-- Used for sonatype snapshots and releases -->
24
<server>
25
- <id>ossrh</id>
+ <id>central</id>
26
<username>${env.CI_DEPLOY_USERNAME}</username>
27
<password>${env.CI_DEPLOY_PASSWORD}</password>
28
</server>
@@ -39,7 +39,6 @@
39
<!-- Github deployments (site) -->
40
41
<id>github</id>
42
- <username>${env.CI_DEPLOY_USERNAME}</username>
43
<password>${env.GITHUB_TOKEN}</password>
44
45
0 commit comments