Closes #2657: fixed sonatype config
This commit is contained in:
parent
306a4071de
commit
234dc2a2c3
|
@ -1,23 +1,23 @@
|
||||||
<settings>
|
<settings>
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>ossrh</id>
|
<id>ossrh</id>
|
||||||
<activation>
|
<activation>
|
||||||
<activeByDefault>true</activeByDefault>
|
<activeByDefault>true</activeByDefault>
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<properties>
|
||||||
<gpg.executable>gpg</gpg.executable>
|
<gpg.executable>gpg</gpg.executable>
|
||||||
<gpg.keyname>${env.GPG_KEY_NAME}</gpg.keyname>
|
<gpg.keyname>${env.GPG_KEY_NAME}</gpg.keyname>
|
||||||
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
|
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<servers>
|
<servers>
|
||||||
<server>
|
<server>
|
||||||
<id>ossrh</id>
|
<id>ossrh</id>
|
||||||
<username>${env.OSSRH_JIRA_USERNAME}</username>
|
<username>iFwWwha3</username>
|
||||||
<password>${env.OSSRH_JIRA_PASSWORD}</password>
|
<password>uzrcUVbaTpjAOGY47uGhicQI1AmTAwILYPdfKWy1FF9r</password>
|
||||||
</server>
|
</server>
|
||||||
</servers>
|
</servers>
|
||||||
</settings>
|
</settings>
|
||||||
|
|
Loading…
Reference in New Issue