We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d12f05 commit 1c3478cCopy full SHA for 1c3478c
settings.xml
@@ -1,12 +1,12 @@
1
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
2
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
+ 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">
4
5
<servers>
6
<server>
7
- <id>sonatype</id>
8
- <username>${env.SONATYPE_USR}</username>
9
- <password>${env.SONATYPE_PSW}</password>
+ <id>sonatype-new</id>
+ <username>${env.SONATYPE_USER}</username>
+ <password>${env.SONATYPE_PASSWORD}</password>
10
</server>
11
</servers>
12
-</settings>
+</settings>
0 commit comments