Skip to content

Commit

Permalink
[8.4.5] - 2023-11-12
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Nov 12, 2023
1 parent 2e8dbca commit 12b5dfb
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.4.5] - 2023-11-12

### Changed

- fj-bom parent set to 1.5.0
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.4.5-SNAPSHOT</version>
<version>8.4.5</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.4.5-SNAPSHOT</version>
<version>8.4.5</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.4.5-SNAPSHOT</version>
<version>8.4.5</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.4.5-SNAPSHOT</version>
<version>8.4.5</version>
<packaging>pom</packaging>

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

0 comments on commit 12b5dfb

Please sign in to comment.