File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments