Skip to content

Commit 063bd8f

Browse files
committed
[maven-release-plugin] prepare release v1.1.0
1 parent 9a473a7 commit 063bd8f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54
<groupId>io.xlate</groupId>
65
<artifactId>validators</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
87

98
<name>Additional Bean Validators for Java</name>
109
<description>Additional validators and annotations for use with Java Bean Validation (JSR-303)</description>
@@ -19,7 +18,7 @@
1918
<url>https://github.com/xlate/validators</url>
2019
<connection>scm:git:https://github.com/xlate/validators.git</connection>
2120
<developerConnection>scm:git:ssh://git@github.com/xlate/validators.git</developerConnection>
22-
<tag>HEAD</tag>
21+
<tag>v1.1.0</tag>
2322
</scm>
2423

2524
<licenses>

0 commit comments

Comments
 (0)