We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de142c6 commit 9a7707bCopy full SHA for 9a7707b
1 file changed
settings.xml
@@ -1,9 +1,9 @@
1
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
2
<servers>
3
<server>
4
- <id>sonatype-nexus-snapshots</id>
+ <id>ossrh</id>
5
<username>${env.CI_DEPLOY_USERNAME}</username>
6
<password>${env.CI_DEPLOY_PASSWORD}</password>
7
</server>
8
</servers>
9
-</settings>
+</settings>
0 commit comments