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 aeb05ba commit 96784f1Copy full SHA for 96784f1
.github/publish-maven.sh
@@ -37,7 +37,7 @@ cat <<EOF >~/.m2/settings.xml
37
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
38
<servers>
39
<server>
40
- <id>maven-central-publishing</id>
+ <id>central</id>
41
<username>${SONATYPE_USERNAME}</username>
42
<password>${SONATYPE_PASSWORD}</password>
43
</server>
0 commit comments