Skip to content

Commit a962502

Browse files
committed
use updated "central" instead of defunct "ossrh"
1 parent fe8e6c5 commit a962502

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
java-version: '17'
3333
distribution: 'adopt'
34-
server-id: ossrh
34+
server-id: central
3535
server-username: MAVEN_USERNAME
3636
server-password: MAVEN_PASSWORD
3737
gpg-private-key: ${{ secrets.DATAVERSEBOT_GPG_KEY }}

.github/workflows/maven-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
java-version: ${{ matrix.java }}
1919
distribution: 'adopt'
20-
server-id: ossrh
20+
server-id: central
2121
server-username: MAVEN_USERNAME
2222
server-password: MAVEN_PASSWORD
2323
- name: Cache Maven packages

0 commit comments

Comments
 (0)