Skip to content

Commit 09cb468

Browse files
committed
Migrating from "Legacy OSSRH" to "Central Portal" #415
1 parent 7ebd4b5 commit 09cb468

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/deploy_maven_package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
java-version: '17'
3333
distribution: 'corretto'
3434
cache: maven
35-
server-id: ossrh
35+
server-id: ${{ vars.MAVEN_SERVERID }}
3636
server-username: MAVEN_USERNAME
3737
server-password: MAVEN_PASSWORD
3838
- name: Import gpg
@@ -42,5 +42,5 @@ jobs:
4242
- name: Publish package
4343
run: mvn --batch-mode deploy -P doRelease
4444
env:
45-
MAVEN_USERNAME: ${{ secrets.OSS_USERNAME }}
46-
MAVEN_PASSWORD: ${{ secrets.OSS_PASSWORD }}
45+
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
46+
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Migrating from "Legacy OSSRH" to "Central Portal" <https://github.com/fugerit-org/fj-doc/issues/415>
13+
- fj-bom version set to 2.0.0 <https://github.com/fugerit-org/fj-doc/issues/415>
14+
1015
## [8.13.7] - 2025-04-27
1116

1217
### Changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.fugerit.java</groupId>
77
<artifactId>fj-bom</artifactId>
8-
<version>1.7.4</version>
8+
<version>2.0.0</version>
99
<relativePath/>
1010
</parent>
1111

0 commit comments

Comments
 (0)