File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
### Changed
17
17
18
- - fj-doc-version set to 3.3.1
18
+ - fj-bom version set to 1.6.0
19
+ - fj-version set to 8.4.8
20
+ - fj-doc-version set to 3.4.1
21
+ - fj-daogen-version set to 1.3.3
19
22
- fj-doc-mod-openpdf set to 1.3.0
20
23
- workflows review
21
24
Original file line number Diff line number Diff line change 10
10
[ ![ Java runtime version] ( https://img.shields.io/badge/run%20on-java%208+-%23113366.svg?style=for-the-badge&logo=openjdk&logoColor=white )] ( https://universe.fugerit.org/src/docs/versions/java11.html )
11
11
[ ![ Java build version] ( https://img.shields.io/badge/build%20on-java%2011+-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white )] ( https://universe.fugerit.org/src/docs/versions/java11.html )
12
12
[ ![ Apache Maven] ( https://img.shields.io/badge/Apache%20Maven-3.9.0+-C71A36?style=for-the-badge&logo=Apache%20Maven&logoColor=white )] ( https://universe.fugerit.org/src/docs/versions/maven3_9.html )
13
+ [ ![ Fugerit Github Project Conventions] ( https://img.shields.io/badge/Fugerit%20Org-Project%20Conventions-1A36C7?style=for-the-badge&logo=Onlinect%20Playground&logoColor=white )] ( https://universe.fugerit.org/src/docs/conventions/index.html )
13
14
14
15
## pom version properties
15
16
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.5.2 </version >
8
+ <version >1.6.0 </version >
9
9
<relativePath ></relativePath >
10
10
</parent >
11
11
17
17
18
18
<properties >
19
19
<!-- version for : https://github.com/fugerit-org/fj-lib -->
20
- <fj-version >8.4.7 </fj-version >
20
+ <fj-version >8.4.8 </fj-version >
21
21
<!-- version for : https://github.com/fugerit-org/fj-doc -->
22
- <fj-doc-version >3.4.0 </fj-doc-version >
22
+ <fj-doc-version >3.4.1 </fj-doc-version >
23
23
<!-- version for : https://github.com/fugerit-org/fj-daogen -->
24
- <fj-daogen-version >1.3.2 </fj-daogen-version >
24
+ <fj-daogen-version >1.3.3 </fj-daogen-version >
25
25
<!-- extra modules -->
26
26
<fj-doc-mod-openpdf-version >1.3.0</fj-doc-mod-openpdf-version >
27
27
<query-export-tool-version >0.4.2</query-export-tool-version >
You can’t perform that action at this time.
0 commit comments