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 committed Aug 12, 2024
1 parent cc3c5d0 commit 0c08a00
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 @@ -394,8 +394,8 @@ jobs:
env:
GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
MAVEN_USERNAME: iFwWwha3
MAVEN_PASSWORD: uzrcUVbaTpjAOGY47uGhicQI1AmTAwILYPdfKWy1FF9r
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>iFwWwha3</username>
<password>uzrcUVbaTpjAOGY47uGhicQI1AmTAwILYPdfKWy1FF9r</password>
<username>44pdzWD8</username>
<password>eJZ25rsRdH7ZiePJO52JUy7LyVkNIgXxXEBmnTNH3aOM</password>
</server>
</servers>
</settings>

0 comments on commit 0c08a00

Please sign in to comment.