Skip to content

Commit

Permalink
[1.7.7] - 2024-03-10
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Mar 10, 2024
1 parent bdcb68e commit 0ffa93c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.7.7] - 2024-03-10

### Changed

- isEmpty() and unwrap() coverage in Junit4ModelGenerator/Junit5ModelGenerator
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.7.7-SNAPSHOT</version>
<version>1.7.7</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.7.7-SNAPSHOT</version>
<version>1.7.7</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.7.7-SNAPSHOT</version>
<version>1.7.7</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.7.7-SNAPSHOT</version>
<version>1.7.7</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.7.7-SNAPSHOT</version>
<version>1.7.7</version>
<packaging>pom</packaging>

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

0 comments on commit 0ffa93c

Please sign in to comment.