Skip to content

Commit 6a366ab

Browse files
committed
Release 6.1.7
1 parent e114065 commit 6a366ab

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

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

2424
## Latest news
25-
* 5/6/2023 6.1.6 Patch release to improve record support, thanks @[mjureczko](https://github.com/mjureczko) and minor 3PP fixes.
25+
* 5/12/2023 6.1.7 Patch release to improve record support, thanks @[mjureczko](https://github.com/mjureczko) and minor 3PP fixes.
2626
* 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)
2727
* 3/12/2023 6.1.3 Patch release to fix bug preventing Collections field population
2828
* 10/29/2022 6.1.2 Patch release to bump protobuf version to vulnerability

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.7-SNAPSHOT</version>
7+
<version>6.1.7</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.7-SNAPSHOT</version>
7+
<version>6.1.7</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.7-SNAPSHOT</version>
7+
<version>6.1.7</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.7-SNAPSHOT</version>
7+
<version>6.1.7</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.7-SNAPSHOT</version>
12+
<version>6.1.7</version>
1313
<packaging>pom</packaging>
1414

1515
<build>

0 commit comments

Comments
 (0)