Skip to content

Commit

Permalink
[8.6.0] - 2024-05-09
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed May 9, 2024
1 parent f287f91 commit 0c25a04
Show file tree
Hide file tree
Showing 7 changed files with 13 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.0] - 2024-05-09

### Added

- CheckDuplicationProperties and PropsUtils
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.5.10-SNAPSHOT</version>
<version>8.6.0</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.5.10-SNAPSHOT</version>
<version>8.6.0</version>
</parent>

<name>fj-core</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*
* NOTE: this object has some limitations, especially it depends on current implementation of <code>load()</code> and <code>put()</code> methods.
*
* since fu-core 8.6.0
*/
public class CheckDuplicationProperties extends Properties {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

import java.io.IOException;
import java.io.InputStream;

/**
* Properties utils
*
* since fu-core 8.6.0
*/
public class PropsUtils {

private PropsUtils() {}
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.5.10-SNAPSHOT</version>
<version>8.6.0</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.5.10-SNAPSHOT</version>
<version>8.6.0</version>
<packaging>pom</packaging>

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

0 comments on commit 0c25a04

Please sign in to comment.