We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3c343 commit 48a0f26Copy full SHA for 48a0f26
1 file changed
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>assertj-bean-validation</artifactId>
12
- <version>0.2.1-SNAPSHOT</version>
+ <version>0.2.1</version>
13
<packaging>jar</packaging>
14
15
<name>${project.artifactId}</name>
@@ -40,7 +40,7 @@
40
<connection>scm:git:git@github.com:jinahya/${project.artifactId}.git</connection>
41
<developerConnection>scm:git:git@github.com:jinahya/${project.artifactId}.git</developerConnection>
42
<url>https://github.com:jinahya/${project.artifactId}</url>
43
- <tag>HEAD</tag>
+ <tag>0.2.1</tag>
44
</scm>
45
<issueManagement>
46
<system>GitHub Issues</system>
0 commit comments