We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba184ca commit b3f64cfCopy full SHA for b3f64cf
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>nl.42</groupId>
5
<artifactId>heph</artifactId>
6
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
7
<packaging>jar</packaging>
8
<name>42 Heph</name>
9
<description>Library for creating smart test-data builders. Name is short for Hephaestus</description>
@@ -27,7 +27,7 @@
27
<connection>scm:git:https://github.com/42BV/heph.git</connection>
28
<developerConnection>scm:git:https://github.com/42BV/heph.git</developerConnection>
29
<url>https://github.com/42BV/heph</url>
30
- <tag>HEAD</tag>
+ <tag>2.0.1</tag>
31
</scm>
32
33
<developers>
0 commit comments