Skip to content

Commit

Permalink
Closes #2657: fixed sonatype config
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerhagen authored and gitgoodjhe committed Aug 12, 2024
1 parent 306a407 commit 234dc2a
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions ci/mvnsettings.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<settings>
<profiles>
<profile>
<id>ossrh</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.executable>gpg</gpg.executable>
<gpg.keyname>${env.GPG_KEY_NAME}</gpg.keyname>
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
</properties>
</profile>
</profiles>
<profiles>
<profile>
<id>ossrh</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.executable>gpg</gpg.executable>
<gpg.keyname>${env.GPG_KEY_NAME}</gpg.keyname>
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
</properties>
</profile>
</profiles>

<servers>
<server>
<id>ossrh</id>
<username>${env.OSSRH_JIRA_USERNAME}</username>
<password>${env.OSSRH_JIRA_PASSWORD}</password>
</server>
</servers>
</settings>
<servers>
<server>
<id>ossrh</id>
<username>iFwWwha3</username>
<password>uzrcUVbaTpjAOGY47uGhicQI1AmTAwILYPdfKWy1FF9r</password>
</server>
</servers>
</settings>

0 comments on commit 234dc2a

Please sign in to comment.