We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0da793 commit a59e934Copy full SHA for a59e934
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.vavr</groupId>
6
<artifactId>vavr-beanvalidation2</artifactId>
7
- <version>0.10.0</version>
+ <version>1.0.0-SNAPSHOT</version>
8
<parent>
9
<groupId>org.sonatype.oss</groupId>
10
<artifactId>oss-parent</artifactId>
@@ -24,7 +24,7 @@
24
<connection>scm:git:https://github.com/vavr-io/vavr-beanvalidation2.git</connection>
25
<developerConnection>scm:git:https://github.com/vavr-io/vavr-beanvalidation2.git</developerConnection>
26
<url>https://github.com/vavr-io/vavr-beanvalidation2.git</url>
27
- <tag>v0.10.0</tag>
+ <tag>HEAD</tag>
28
</scm>
29
<developers>
30
<developer>
0 commit comments