We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb7c38 commit 154474cCopy full SHA for 154474c
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>io.vavr</groupId>
4
<artifactId>vavr-match-processor</artifactId>
5
- <version>0.11.0</version>
+ <version>0.11.1-SNAPSHOT</version>
6
<packaging>jar</packaging>
7
<name>Vavr Match Annotation Processor</name>
8
<description>Processor for structural pattern matching.</description>
@@ -18,7 +18,7 @@
18
<connection>scm:git:git@github.com:vavr-io/vavr-match-processor.git</connection>
19
<developerConnection>scm:git:git@github.com:vavr-io/vavr-match-processor.git</developerConnection>
20
<url>git@github.com:vavr-io/vavr-match-processor.git</url>
21
- <tag>v0.11.0</tag>
+ <tag>HEAD</tag>
22
</scm>
23
<developers>
24
<developer>
0 commit comments