Skip to content

Commit

Permalink
Closes #742 Sonatype Config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörg Heffner authored and gitgoodjhe committed Aug 23, 2024
1 parent 5ff39ea commit a9e438e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
env:
GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
OSSRH_JIRA_USERNAME: ${{ secrets.OSSRH_JIRA_USERNAME }}
OSSRH_JIRA_PASSWORD: ${{ secrets.OSSRH_JIRA_PASSWORD }}
MAVEN_USERNAME: 44pdzWD8
MAVEN_PASSWORD: eJZ25rsRdH7ZiePJO52JUy7LyVkNIgXxXEBmnTNH3aOM
- name: Update version to next snapshot and push back
run: |
ci/change_version.sh -i -m .
Expand Down
4 changes: 2 additions & 2 deletions ci/mvnsettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<servers>
<server>
<id>ossrh</id>
<username>${env.OSSRH_JIRA_USERNAME}</username>
<password>${env.OSSRH_JIRA_PASSWORD}</password>
<username>44pdzWD8</username>
<password>eJZ25rsRdH7ZiePJO52JUy7LyVkNIgXxXEBmnTNH3aOM</password>
</server>
</servers>
</settings>

0 comments on commit a9e438e

Please sign in to comment.