Skip to content

Commit 0566a33

Browse files
committed
Update for next development version
1 parent ff87ee5 commit 0566a33

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.testing</groupId>
77
<artifactId>jgiven-kotlin-parent</artifactId>
8-
<version>2.0.2.1-SNAPSHOT</version>
8+
<version>2.0.2.1</version>
99
</parent>
1010

1111
<artifactId>jgiven-kotlin</artifactId>

junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.testing</groupId>
77
<artifactId>jgiven-kotlin-parent</artifactId>
8-
<version>2.0.2.1-SNAPSHOT</version>
8+
<version>2.0.2.1</version>
99
</parent>
1010

1111
<name>JGiven Kotlin - JUnit5</name>

pom.xml

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

1212
<groupId>io.toolisticon.testing</groupId>
1313
<artifactId>jgiven-kotlin-parent</artifactId>
14-
<version>2.0.2.1-SNAPSHOT</version>
14+
<version>2.0.2.1</version>
1515

1616
<name>JGiven Kotlin - Parent</name>
1717
<description>jgiven kotlin extension - parent</description>

spring-junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.testing</groupId>
77
<artifactId>jgiven-kotlin-parent</artifactId>
8-
<version>2.0.2.1-SNAPSHOT</version>
8+
<version>2.0.2.1</version>
99
</parent>
1010

1111
<name>JGiven Kotlin - Spring-JUnit5</name>

0 commit comments

Comments
 (0)