Skip to content

Commit 0c08a00

Browse files
committed
Closes #2657: fixed sonatype config
1 parent cc3c5d0 commit 0c08a00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ jobs:
394394
env:
395395
GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }}
396396
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
397-
MAVEN_USERNAME: iFwWwha3
398-
MAVEN_PASSWORD: uzrcUVbaTpjAOGY47uGhicQI1AmTAwILYPdfKWy1FF9r
397+
MAVEN_USERNAME: 44pdzWD8
398+
MAVEN_PASSWORD: eJZ25rsRdH7ZiePJO52JUy7LyVkNIgXxXEBmnTNH3aOM
399399
- name: Update version to next snapshot and push back
400400
run: |
401401
ci/change_version.sh -i -m .

ci/mvnsettings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<servers>
1717
<server>
1818
<id>ossrh</id>
19-
<username>iFwWwha3</username>
20-
<password>uzrcUVbaTpjAOGY47uGhicQI1AmTAwILYPdfKWy1FF9r</password>
19+
<username>44pdzWD8</username>
20+
<password>eJZ25rsRdH7ZiePJO52JUy7LyVkNIgXxXEBmnTNH3aOM</password>
2121
</server>
2222
</servers>
2323
</settings>

0 commit comments

Comments
 (0)