Skip to content

Commit dbebead

Browse files
authored
Bump version to 0.11.0-SNAPSHOT (#2982)
1 parent 52428f4 commit dbebead

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>io.vavr</groupId>
2323
<artifactId>vavr-parent</artifactId>
24-
<version>0.10.6-SNAPSHOT</version>
24+
<version>0.11.0-SNAPSHOT</version>
2525
<packaging>pom</packaging>
2626
<name>Vavr Parent</name>
2727
<description>Vavr (formerly called Javaslang) is an object-functional language extension to Java 8+.</description>

vavr/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.vavr</groupId>
55
<artifactId>vavr-parent</artifactId>
6-
<version>0.10.6-SNAPSHOT</version>
6+
<version>0.11.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr</artifactId>
@@ -22,13 +22,13 @@
2222
<dependency>
2323
<groupId>${project.groupId}</groupId>
2424
<artifactId>vavr-match</artifactId>
25-
<version>0.10.5</version>
25+
<version>0.10.6</version>
2626
</dependency>
2727

2828
<dependency>
2929
<groupId>${project.groupId}</groupId>
3030
<artifactId>vavr-match-processor</artifactId>
31-
<version>0.10.5</version>
31+
<version>0.10.6</version>
3232
<optional>true</optional>
3333
</dependency>
3434

0 commit comments

Comments
 (0)