Skip to content

Commit 66388ed

Browse files
committed
Release 3.0.0
1 parent 9a7a704 commit 66388ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ static isSnapshotRelease(versionString) {
1616

1717
ext {
1818
moduleName = 'net.jqwik.vavr'
19-
jqwikVavrVersion = '3.0.0-SNAPSHOT'
19+
jqwikVavrVersion = '3.0.0'
2020
jqwikVersion = '1.7.3'
2121
junitPlatformVersion = '1.9.2'
2222
vavrVersion = '0.10.4'

pom.xml

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

77
<groupId>net.jqwik</groupId>
88
<artifactId>jqwik-vavr</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<url>https://github.com/Befrish/jqwik-vavr</url>

0 commit comments

Comments
 (0)