File tree 5 files changed +7
-8
lines changed
5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
26
26
</parent >
27
27
<groupId >io.vavr</groupId >
28
28
<artifactId >vavr-parent</artifactId >
29
- <version >0.9.2-SNAPSHOT </version >
29
+ <version >0.9.2</version >
30
30
<packaging >pom</packaging >
31
31
<name >Vavr Parent</name >
32
32
<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:
48
48
<
connection >scm:git:
[email protected] :vavr-io/vavr.git</
connection >
49
49
<
developerConnection >scm:git:
[email protected] :vavr-io/vavr.git</
developerConnection >
50
50
<
url >
[email protected] :vavr-io/vavr.git</
url >
51
- <tag >v0.9.1 </tag >
51
+ <tag >v0.9.2 </tag >
52
52
</scm >
53
53
<developers >
54
54
<developer >
Original file line number Diff line number Diff line change 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<parent >
5
4
<groupId >io.vavr</groupId >
6
5
<artifactId >vavr-parent</artifactId >
7
- <version >0.9.2-SNAPSHOT </version >
6
+ <version >0.9.2</version >
8
7
<relativePath >../pom.xml</relativePath >
9
8
</parent >
10
9
<artifactId >vavr-benchmark</artifactId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.vavr</groupId >
5
5
<artifactId >vavr-parent</artifactId >
6
- <version >0.9.2-SNAPSHOT </version >
6
+ <version >0.9.2</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
<artifactId >vavr-match</artifactId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.vavr</groupId >
5
5
<artifactId >vavr-parent</artifactId >
6
- <version >0.9.2-SNAPSHOT </version >
6
+ <version >0.9.2</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
<artifactId >vavr-test</artifactId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.vavr</groupId >
5
5
<artifactId >vavr-parent</artifactId >
6
- <version >0.9.2-SNAPSHOT </version >
6
+ <version >0.9.2</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
<artifactId >vavr</artifactId >
You can’t perform that action at this time.
0 commit comments