Skip to content

Commit 8bdcf21

Browse files
[maven-release-plugin] prepare release v0.9.1
1 parent ea3843c commit 8bdcf21

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
2626
</parent>
2727
<groupId>io.vavr</groupId>
2828
<artifactId>vavr-parent</artifactId>
29-
<version>0.9.1-SNAPSHOT</version>
29+
<version>0.9.1</version>
3030
<packaging>pom</packaging>
3131
<name>Vavr Parent</name>
3232
<description>Vavr (formerly called Javaslang) is an object-functional language extension to Java 8+.</description>
@@ -47,7 +47,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
4747
<connection>scm:git:[email protected]:vavr-io/vavr.git</connection>
4848
<developerConnection>scm:git:[email protected]:vavr-io/vavr.git</developerConnection>
4949
<url>[email protected]:vavr-io/vavr.git</url>
50-
<tag>v0.9.0</tag>
50+
<tag>v0.9.1</tag>
5151
</scm>
5252
<developers>
5353
<developer>

vavr-match/pom.xml

Lines changed: 1 addition & 1 deletion
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.9.1-SNAPSHOT</version>
6+
<version>0.9.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr-match</artifactId>

vavr-test/pom.xml

Lines changed: 1 addition & 1 deletion
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.9.1-SNAPSHOT</version>
6+
<version>0.9.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr-test</artifactId>

vavr/pom.xml

Lines changed: 1 addition & 1 deletion
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.9.1-SNAPSHOT</version>
6+
<version>0.9.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr</artifactId>

0 commit comments

Comments
 (0)