Skip to content

Commit

Permalink
[8.2.9] - 2023-09-15
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Sep 15, 2023
1 parent 1bd281b commit 911157e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
## [8.2.9] - 2023-09-15

### Changed

- fj-bom updated to 1.3.8
- fj-test-helper8 to 0.5.0
- MetaDataUtils types constant arrays removed in favor of public builder methods (may raise minor compatibility issues)

### Fixed
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.2.9-SNAPSHOT</version>
<version>8.2.9</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.2.9-SNAPSHOT</version>
<version>8.2.9</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.2.9-SNAPSHOT</version>
<version>8.2.9</version>
</parent>

<name>fj-tool</name>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-bom</artifactId>
<version>1.3.6</version>
<version>1.3.8</version>
<relativePath></relativePath>
</parent>

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

<name>fj-lib</name>
Expand All @@ -24,7 +24,7 @@
<maven.compiler.source>${java-version-compliance}</maven.compiler.source>
<maven.compiler.target>${java-version-compliance}</maven.compiler.target>
<maven.compiler.release>${java-version-compliance}</maven.compiler.release>
<fj-test-helper-version>0.4.1</fj-test-helper-version>
<fj-test-helper-version>0.5.0</fj-test-helper-version>
<javax-rs-api-version>2.1.1</javax-rs-api-version>
<fj-version>${project.version}</fj-version>
<awaitility-version>4.2.0</awaitility-version>
Expand Down

0 comments on commit 911157e

Please sign in to comment.