Skip to content

Commit

Permalink
Bump version to 0.11.0-SNAPSHOT (#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Feb 1, 2025
1 parent 52428f4 commit dbebead
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
<modelVersion>4.0.0</modelVersion>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.10.6-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Vavr Parent</name>
<description>Vavr (formerly called Javaslang) is an object-functional language extension to Java 8+.</description>
Expand Down
6 changes: 3 additions & 3 deletions vavr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.10.6-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vavr</artifactId>
Expand All @@ -22,13 +22,13 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>vavr-match</artifactId>
<version>0.10.5</version>
<version>0.10.6</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>vavr-match-processor</artifactId>
<version>0.10.5</version>
<version>0.10.6</version>
<optional>true</optional>
</dependency>

Expand Down

0 comments on commit dbebead

Please sign in to comment.