Skip to content

Commit

Permalink
[8.6.4] - 2024-07-18
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Jul 18, 2024
1 parent c9cda4a commit b412f3e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.6.4] - 2024-07-18

### Fixed

- Fixed oracle jdbc adapter for MetaDataUtils
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.6.4-SNAPSHOT</version>
<version>8.6.4</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.6.4-SNAPSHOT</version>
<version>8.6.4</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.6.4-SNAPSHOT</version>
<version>8.6.4</version>
</parent>

<name>fj-tool</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<relativePath></relativePath>
</parent>

<version>8.6.4-SNAPSHOT</version>
<version>8.6.4</version>
<packaging>pom</packaging>

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

0 comments on commit b412f3e

Please sign in to comment.