File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 32
32
java-version : ' 17'
33
33
distribution : ' corretto'
34
34
cache : maven
35
- server-id : ossrh
35
+ server-id : ${{ vars.MAVEN_SERVERID }}
36
36
server-username : MAVEN_USERNAME
37
37
server-password : MAVEN_PASSWORD
38
38
- name : Import gpg
42
42
- name : Publish package
43
43
run : mvn --batch-mode deploy -P doRelease
44
44
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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
15
## [ 8.13.7] - 2025-04-27
11
16
12
17
### Changed
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.fugerit.java</groupId >
7
7
<artifactId >fj-bom</artifactId >
8
- <version >1.7.4 </version >
8
+ <version >2.0.0 </version >
9
9
<relativePath />
10
10
</parent >
11
11
You can’t perform that action at this time.
0 commit comments