Skip to content

Commit 8a881bc

Browse files
committed
7.1.1 Release
1 parent b4b8cf5 commit 8a881bc

6 files changed

Lines changed: 6 additions & 5 deletions

File tree

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+
* 2/22/2025 7.1.1 Minor release, made library compatible with Android, Thanks @[Marian Jureczko ](https://github.com/mjureczko).
2526
* 10/23/2024 7.1.0 Minor release, added support for sealed classes, Thanks @[Marian Jureczko ](https://github.com/mjureczko). Some minor 3PP updates.
2627
* 1/15/2024 7.0.0 Major release, default Java version bumped to 17 and other 3PP version bump. [Breaking changes].
2728
* 9/1/2023 6.2.1 Minor release to initialize leaf nodes for Records [Breaking change].

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

1515
<build>

0 commit comments

Comments
 (0)