Skip to content

Commit ef7e482

Browse files
committed
Update parent version
1 parent 8d47ee1 commit ef7e482

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/devbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: s4u/maven-settings-action@v3.0.0
3232
with:
3333
githubServer: false
34-
servers: '[{"id": "ossrh", "username": "${{ secrets.SONATYPE_USERNAME }}", "password": "${{ secrets.SONATYPE_DEPLOY_KEY }}"}]'
34+
servers: '[{"id": "central", "username": "${{ secrets.SONATYPE_USERNAME }}", "password": "${{ secrets.SONATYPE_DEPLOY_KEY }}"}]'
3535
- name: Publish to Maven Central
3636
env:
3737
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: s4u/maven-settings-action@v3.0.0
3131
with:
3232
githubServer: false
33-
servers: '[{"id": "ossrh", "username": "Travja", "password": "${{ secrets.SONATYPE_DEPLOY_KEY }}"}, {"id": "central", "username": "${{ secrets.SONATYPE_USERNAME }}", "password": "${{ secrets.SONATYPE_DEPLOY_KEY }}"}]'
33+
servers: '[{"id": "central", "username": "${{ secrets.SONATYPE_USERNAME }}", "password": "${{ secrets.SONATYPE_DEPLOY_KEY }}"}]'
3434
- name: Update version
3535
run: python ./.github/update_version.py false true
3636
- name: Publish to Maven Central

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>studio.magemonkey</groupId>
99
<artifactId>magemonkey-parent</artifactId>
10-
<version>1.21.7-R0.1</version>
10+
<version>1.21.7-R0.2</version>
1111
</parent>
1212

1313
<artifactId>divinity</artifactId>

0 commit comments

Comments
 (0)