Skip to content

Commit

Permalink
[8.3.9] - 2023-09-25
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Sep 24, 2023
1 parent 34470bb commit 878bc0a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.3.9] - 2023-09-25

### Added

- Code of conduct badge and file
- [Sample jdk compatibility check workflow on branch develop](.github/workflows/build_maven_compatibility.yml)
- Added BasicDAOResult extensions for stream() and Optional

### Changed

- [Sonar cloud workflow merged in maven build](.github/workflows/deploy_maven_package.yml)
- fj-bom version set to 1.4.4
- fj-bom version set to 1.4.5
- fj-daogen version set to 1.2.4
- jersey-server substituted by fj-test-helper-java-jaxrs dependency

Expand Down
2 changes: 1 addition & 1 deletion fj-core-jvfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-lib</artifactId>
<version>8.3.8</version>
<version>8.3.9</version>
</parent>

<name>fj-core-jvfs</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-lib</artifactId>
<version>8.3.8</version>
<version>8.3.9</version>
</parent>

<name>fj-core</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-lib</artifactId>
<version>8.3.8</version>
<version>8.3.9</version>
</parent>

<name>fj-tool</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-bom</artifactId>
<version>1.4.4</version>
<version>1.4.5</version>
<relativePath></relativePath>
</parent>

<version>8.3.8</version>
<version>8.3.9</version>
<packaging>pom</packaging>

<name>fj-lib</name>
Expand Down

0 comments on commit 878bc0a

Please sign in to comment.