Skip to content

Commit feeec95

Browse files
committed
[maven-release-plugin] prepare release v0.10.6
1 parent dcbaf35 commit feeec95

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
@@ -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.10.6</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>
@@ -44,7 +44,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
4444
<connection>scm:git:[email protected]:vavr-io/vavr.git</connection>
4545
<developerConnection>scm:git:[email protected]:vavr-io/vavr.git</developerConnection>
4646
<url>[email protected]:vavr-io/vavr.git</url>
47-
<tag>v0.10.5</tag>
47+
<tag>v0.10.6</tag>
4848
</scm>
4949
<developers>
5050
<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.6-SNAPSHOT</version>
6+
<version>0.10.6</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.6-SNAPSHOT</version>
6+
<version>0.10.6</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.6-SNAPSHOT</version>
6+
<version>0.10.6</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.6-SNAPSHOT</version>
6+
<version>0.10.6</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.6-SNAPSHOT</version>
6+
<version>0.10.6</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr</artifactId>

0 commit comments

Comments
 (0)