Skip to content

Commit 2c9d7ea

Browse files
committed
Release 6.1.8
1 parent c3de7f6 commit 2c9d7ea

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
Active
2323

2424
## Latest news
25+
* 5/23/2023 6.1.8 Patch release to fix [#26](https://github.com/dvgaba/easy-random/issues/26) and [#28](https://github.com/dvgaba/easy-random/issues/28), thanks @[carborgar](https://github.com/carborgar).
2526
* 5/12/2023 6.1.7 Patch release to improve record support, thanks @[mjureczko](https://github.com/mjureczko) and minor 3PP fixes.
2627
* 3/19/2023 6.1.5 Patch release to bump protobuf-java and snakeyaml and fix bug preventing custom randomizers on Record Types. Thanks [carborgar](https://github.com/carborgar)
2728
* 3/12/2023 6.1.3 Patch release to fix bug preventing Collections field population

easy-random-bean-validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.dvgaba</groupId>
66
<artifactId>easy-random</artifactId>
7-
<version>6.1.8-SNAPSHOT</version>
7+
<version>6.1.8</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>easy-random-bean-validation</artifactId>

easy-random-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.dvgaba</groupId>
66
<artifactId>easy-random</artifactId>
7-
<version>6.1.8-SNAPSHOT</version>
7+
<version>6.1.8</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>easy-random-core</artifactId>

easy-random-protobuf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.dvgaba</groupId>
66
<artifactId>easy-random</artifactId>
7-
<version>6.1.8-SNAPSHOT</version>
7+
<version>6.1.8</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>easy-random-protobuf</artifactId>

easy-random-randomizers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.dvgaba</groupId>
66
<artifactId>easy-random</artifactId>
7-
<version>6.1.8-SNAPSHOT</version>
7+
<version>6.1.8</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>easy-random-randomizers</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>io.github.dvgaba</groupId>
1111
<artifactId>easy-random</artifactId>
12-
<version>6.1.8-SNAPSHOT</version>
12+
<version>6.1.8</version>
1313
<packaging>pom</packaging>
1414

1515
<build>

0 commit comments

Comments
 (0)