Skip to content

Commit bd7a361

Browse files
[maven-release-plugin] prepare release v0.9.2
1 parent d21a8c9 commit bd7a361

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
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.9.2-SNAPSHOT</version>
29+
<version>0.9.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>
@@ -48,7 +48,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
4848
<connection>scm:git:[email protected]:vavr-io/vavr.git</connection>
4949
<developerConnection>scm:git:[email protected]:vavr-io/vavr.git</developerConnection>
5050
<url>[email protected]:vavr-io/vavr.git</url>
51-
<tag>v0.9.1</tag>
51+
<tag>v0.9.2</tag>
5252
</scm>
5353
<developers>
5454
<developer>

vavr-benchmark/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>io.vavr</groupId>
65
<artifactId>vavr-parent</artifactId>
7-
<version>0.9.2-SNAPSHOT</version>
6+
<version>0.9.2</version>
87
<relativePath>../pom.xml</relativePath>
98
</parent>
109
<artifactId>vavr-benchmark</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.9.2-SNAPSHOT</version>
6+
<version>0.9.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.9.2-SNAPSHOT</version>
6+
<version>0.9.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.9.2-SNAPSHOT</version>
6+
<version>0.9.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr</artifactId>

0 commit comments

Comments
 (0)