File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
21
21
<modelVersion >4.0.0</modelVersion >
22
22
<groupId >io.vavr</groupId >
23
23
<artifactId >vavr-parent</artifactId >
24
- <version >0.10.7 </version >
24
+ <version >0.10.8-SNAPSHOT </version >
25
25
<packaging >pom</packaging >
26
26
<name >Vavr Parent</name >
27
27
<description >Vavr (formerly called Javaslang) is an object-functional language extension to Java 8+.</description >
@@ -40,7 +40,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
40
40
<connection >scm:git:git@github.com:vavr-io/vavr.git</connection >
41
41
<developerConnection >scm:git:git@github.com:vavr-io/vavr.git</developerConnection >
42
42
<url >git@github.com:vavr-io/vavr.git</url >
43
- <tag >v0.10.7 </tag >
43
+ <tag >HEAD </tag >
44
44
</scm >
45
45
<developers >
46
46
<developer >
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.10.7 </version >
6
+ <version >0.10.8-SNAPSHOT </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