Skip to content

Commit d66277d

Browse files
committed
[1.7.9] - 2024-03-12
1 parent f78cc49 commit d66277d

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.7.9] - 2024-03-12
9+
810
### Fixed
911

1012
- virtual fields coverage in Junit4ModelGenerator/Junit5ModelGenerator

fj-daogen-base/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-daogen</artifactId>
10-
<version>1.7.9-SNAPSHOT</version>
10+
<version>1.7.9</version>
1111
</parent>
1212

1313
<name>fj-daogen-base</name>

fj-daogen-maven-plugin/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-daogen</artifactId>
10-
<version>1.7.9-SNAPSHOT</version>
10+
<version>1.7.9</version>
1111
</parent>
1212

1313
<packaging>maven-plugin</packaging>

fj-daogen-sample/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-daogen</artifactId>
10-
<version>1.7.9-SNAPSHOT</version>
10+
<version>1.7.9</version>
1111
</parent>
1212

1313
<name>fj-daogen-sample</name>

fj-daogen-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-daogen</artifactId>
10-
<version>1.7.9-SNAPSHOT</version>
10+
<version>1.7.9</version>
1111
</parent>
1212

1313
<name>fj-daogen-tool</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<artifactId>fj-daogen</artifactId>
1313

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

1717
<name>fj-daogen</name>

0 commit comments

Comments
 (0)