Skip to content

Commit

Permalink
[1.8.1] - 2024-03-26
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Mar 26, 2024
1 parent 0fb67d4 commit 2370e0b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.8.0] - 2024-03-12
## [1.8.1] - 2024-03-26

### Changed

- newInstance(model) coverage in Junit4ModelGenerator/Junit5ModelGenerator

## [1.8.0] - 2024-03-12

### Added

- Finder test coverage for Junit4ModelGenerator/Junit5ModelGenerator #48 <https://github.com/fugerit-org/fj-daogen/issues/48>
Expand Down
2 changes: 1 addition & 1 deletion fj-daogen-base/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-daogen</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
</parent>

<name>fj-daogen-base</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-daogen-maven-plugin/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-daogen</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
</parent>

<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion fj-daogen-sample/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-daogen</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
</parent>

<name>fj-daogen-sample</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-daogen-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-daogen</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
</parent>

<name>fj-daogen-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 @@

<artifactId>fj-daogen</artifactId>

<version>1.8.0</version>
<version>1.8.1</version>
<packaging>pom</packaging>

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

0 comments on commit 2370e0b

Please sign in to comment.