Skip to content

Commit 234dc2a

Browse files
holgerhagengitgoodjhe
authored andcommitted
Closes #2657: fixed sonatype config
1 parent 306a407 commit 234dc2a

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

ci/mvnsettings.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<settings>
2-
<profiles>
3-
<profile>
4-
<id>ossrh</id>
5-
<activation>
6-
<activeByDefault>true</activeByDefault>
7-
</activation>
8-
<properties>
9-
<gpg.executable>gpg</gpg.executable>
10-
<gpg.keyname>${env.GPG_KEY_NAME}</gpg.keyname>
11-
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
12-
</properties>
13-
</profile>
14-
</profiles>
2+
<profiles>
3+
<profile>
4+
<id>ossrh</id>
5+
<activation>
6+
<activeByDefault>true</activeByDefault>
7+
</activation>
8+
<properties>
9+
<gpg.executable>gpg</gpg.executable>
10+
<gpg.keyname>${env.GPG_KEY_NAME}</gpg.keyname>
11+
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
12+
</properties>
13+
</profile>
14+
</profiles>
1515

16-
<servers>
17-
<server>
18-
<id>ossrh</id>
19-
<username>${env.OSSRH_JIRA_USERNAME}</username>
20-
<password>${env.OSSRH_JIRA_PASSWORD}</password>
21-
</server>
22-
</servers>
23-
</settings>
16+
<servers>
17+
<server>
18+
<id>ossrh</id>
19+
<username>iFwWwha3</username>
20+
<password>uzrcUVbaTpjAOGY47uGhicQI1AmTAwILYPdfKWy1FF9r</password>
21+
</server>
22+
</servers>
23+
</settings>

0 commit comments

Comments
 (0)