Skip to content

Commit a8f4592

Browse files
[maven-release-plugin] prepare release v0.10.2
1 parent fa48892 commit a8f4592

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

pom.xml

+2-2
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.10.2-SNAPSHOT</version>
29+
<version>0.10.2</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:[email protected]:vavr-io/vavr.git</connection>
5050
<developerConnection>scm:git:[email protected]:vavr-io/vavr.git</developerConnection>
5151
<url>[email protected]:vavr-io/vavr.git</url>
52-
<tag>v0.10.1</tag>
52+
<tag>v0.10.2</tag>
5353
</scm>
5454
<developers>
5555
<developer>

vavr-benchmark/pom.xml

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

vavr-match-processor/pom.xml

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

vavr-match/pom.xml

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

vavr-test/pom.xml

+1-1
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.2-SNAPSHOT</version>
6+
<version>0.10.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr-test</artifactId>

vavr/pom.xml

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

0 commit comments

Comments
 (0)