Skip to content

Commit

Permalink
[8.4.8] - 2024-02-12
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Feb 11, 2024
1 parent 410ce4c commit 374cbde
Show file tree
Hide file tree
Showing 6 changed files with 7 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.8] - 2024-02-12

### Added

- utilty FileIO.isInTmpFolder() to check if a file is in temp path
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Provides helper libraries for other java projects (io, configuration, etc.)
[![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)
[![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)
[![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)
[![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)

Useful resources :
* [Jupiter - Fugerit Java Library Home](https://www.fugerit.org/perm/jupiter/) - Home page to the project
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.8-SNAPSHOT</version>
<version>8.4.8</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.8-SNAPSHOT</version>
<version>8.4.8</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.8-SNAPSHOT</version>
<version>8.4.8</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.8-SNAPSHOT</version>
<version>8.4.8</version>
<packaging>pom</packaging>

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

0 comments on commit 374cbde

Please sign in to comment.