Skip to content

Commit 1c3478c

Browse files
committed
#1882 - Fix settings.xml to use proper credentials.
1 parent 5d12f05 commit 1c3478c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

settings.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<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">
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">
44

55
<servers>
66
<server>
7-
<id>sonatype</id>
8-
<username>${env.SONATYPE_USR}</username>
9-
<password>${env.SONATYPE_PSW}</password>
7+
<id>sonatype-new</id>
8+
<username>${env.SONATYPE_USER}</username>
9+
<password>${env.SONATYPE_PASSWORD}</password>
1010
</server>
1111
</servers>
12-
</settings>
12+
</settings>

0 commit comments

Comments
 (0)