Skip to content

Commit 64d48f9

Browse files
[maven-release-plugin] prepare release v0.9.3
1 parent a3876ad commit 64d48f9

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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.3-SNAPSHOT</version>
29+
<version>0.9.3</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>
@@ -49,7 +49,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
4949
<connection>scm:git:git@github.com:vavr-io/vavr.git</connection>
5050
<developerConnection>scm:git:git@github.com:vavr-io/vavr.git</developerConnection>
5151
<url>git@github.com:vavr-io/vavr.git</url>
52-
<tag>v0.9.2</tag>
52+
<tag>v0.9.3</tag>
5353
</scm>
5454
<developers>
5555
<developer>

vavr-benchmark/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.3-SNAPSHOT</version>
6+
<version>0.9.3</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr-benchmark</artifactId>

vavr-match-processor/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.3-SNAPSHOT</version>
6+
<version>0.9.3</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr-match-processor</artifactId>

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.3-SNAPSHOT</version>
6+
<version>0.9.3</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.3-SNAPSHOT</version>
6+
<version>0.9.3</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.3-SNAPSHOT</version>
6+
<version>0.9.3</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr</artifactId>

0 commit comments

Comments
 (0)