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 082f77e commit cbe39b9Copy full SHA for cbe39b9
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
<groupId>io.vavr</groupId>
12
<artifactId>vavr-gwt</artifactId>
13
- <version>0.9.2-SNAPSHOT</version>
+ <version>0.9.2</version>
14
<packaging>jar</packaging>
15
<name>Vavr GWT</name>
16
<description>GWT support for Vavr.</description>
@@ -26,7 +26,7 @@
26
<connection>scm:git:git@github.com:vavr-io/vavr-gwt.git</connection>
27
<developerConnection>scm:git:git@github.com:vavr-io/vavr-gwt.git</developerConnection>
28
<url>git@github.com:vavr-io/vavr-gwt.git</url>
29
- <tag>HEAD</tag>
+ <tag>v0.9.2</tag>
30
</scm>
31
<developers>
32
<developer>
0 commit comments