Skip to content

Commit 86b3442

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 3af14df commit 86b3442

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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.7</version>
24+
<version>0.10.8-SNAPSHOT</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>
@@ -40,7 +40,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
4040
<connection>scm:git:git@github.com:vavr-io/vavr.git</connection>
4141
<developerConnection>scm:git:git@github.com:vavr-io/vavr.git</developerConnection>
4242
<url>git@github.com:vavr-io/vavr.git</url>
43-
<tag>v0.10.7</tag>
43+
<tag>HEAD</tag>
4444
</scm>
4545
<developers>
4646
<developer>

vavr/pom.xml

Lines changed: 1 addition & 1 deletion
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.7</version>
6+
<version>0.10.8-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr</artifactId>

0 commit comments

Comments
 (0)