Skip to content

Commit 6d400a2

Browse files
committed
ci: switch from OSSRH to Sonatype Central in workflows
- Updated GitHub workflows to replace deprecated OSSRH server configurations with Sonatype Central. - Added release notes for version 5.2.3.
1 parent 17df1a5 commit 6d400a2

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.github/workflows/maven-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
java-version: ${{ env.JAVA_VERSION }}
4040
distribution: 'temurin'
41-
server-id: ossrh
41+
server-id: central
4242
server-username: MAVEN_USERNAME
4343
server-password: MAVEN_PASSWORD
4444
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

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,17 @@ mvn spotless:check
6868

6969
## Release notes
7070

71+
### v5.2.3
72+
73+
#### 🌟 FEATURES
74+
- (none)
75+
76+
#### 💔 BREAKING CHANGES
77+
- (none)
78+
79+
#### 🏹 BUG FIXES
80+
- Switch to Sonatype Central Portal to [replace sunset OSSRH](https://central.sonatype.org/pages/ossrh-eol/)
81+
7182
### v5.2.2
7283

7384
#### 🌟 FEATURES

0 commit comments

Comments
 (0)