We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dda705 commit 7685b08Copy full SHA for 7685b08
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>io.xlate</groupId>
5
<artifactId>validators</artifactId>
6
- <version>1.4.3-SNAPSHOT</version>
+ <version>1.4.3</version>
7
8
<name>Additional Bean Validators for Java</name>
9
<description>Additional validators and annotations for use with Java Bean Validation (JSR-303)</description>
@@ -18,7 +18,7 @@
18
<url>https://github.com/xlate/validators</url>
19
<connection>scm:git:https://github.com/xlate/validators.git</connection>
20
<developerConnection>scm:git:ssh://git@github.com/xlate/validators.git</developerConnection>
21
- <tag>HEAD</tag>
+ <tag>v1.4.3</tag>
22
</scm>
23
24
<licenses>
0 commit comments