Skip to content

Commit d8c53e0

Browse files
committed
[8.7.0] - 2025-07-06
1 parent d4c86a5 commit d8c53e0

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.7.0] - 2025-07-06
11+
1012
### Added
1113

1214
- Create version compare utility <https://github.com/fugerit-org/fj-lib/issues/99>

fj-core-jvfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.fugerit.java</groupId>
1010
<artifactId>fj-lib</artifactId>
11-
<version>8.6.10-SNAPSHOT</version>
11+
<version>8.7.0</version>
1212
</parent>
1313

1414
<name>fj-core-jvfs</name>

fj-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-lib</artifactId>
10-
<version>8.6.10-SNAPSHOT</version>
10+
<version>8.7.0</version>
1111
</parent>
1212

1313
<name>fj-core</name>

fj-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-lib</artifactId>
10-
<version>8.6.10-SNAPSHOT</version>
10+
<version>8.7.0</version>
1111
</parent>
1212

1313
<name>fj-tool</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<relativePath></relativePath>
1212
</parent>
1313

14-
<version>8.6.10-SNAPSHOT</version>
14+
<version>8.7.0</version>
1515
<packaging>pom</packaging>
1616

1717
<name>fj-lib</name>

0 commit comments

Comments
 (0)