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 39b5c16 commit b1afc83Copy full SHA for b1afc83
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>assertj-vavr</artifactId>
13
- <version>0.4.1-SNAPSHOT</version>
+ <version>0.4.1</version>
14
15
<name>AssertJ fluent assertions for Vavr</name>
16
<description>Rich and fluent assertions for testing Vavr tools</description>
@@ -27,7 +27,7 @@
27
<developerConnection>scm:git:[email protected]:assertj/assertj-vavr.git</developerConnection>
28
<connection>scm:git:[email protected]:assertj/assertj-vavr.git</connection>
29
<url>[email protected]:assertj/assertj-vavr</url>
30
- <tag>HEAD</tag>
+ <tag>v0.4.1</tag>
31
</scm>
32
33
<url>https://github.com/assertj/assertj-vavr</url>
0 commit comments