Skip to content

Commit 3f5f607

Browse files
committed
[maven-release-plugin] prepare release 4.3.1.Final
1 parent e7759d5 commit 3f5f607

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

annotation-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hibernate-validator-parent</artifactId>
2323
<groupId>org.hibernate</groupId>
24-
<version>4.3.1-SNAPSHOT</version>
24+
<version>4.3.1.Final</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<artifactId>hibernate-validator-parent</artifactId>
3232
<groupId>org.hibernate</groupId>
33-
<version>4.3.1-SNAPSHOT</version>
33+
<version>4.3.1.Final</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>hibernate-validator-parent</artifactId>
2222
<groupId>org.hibernate</groupId>
23-
<version>4.3.1-SNAPSHOT</version>
23+
<version>4.3.1.Final</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hibernate-validator-parent</artifactId>
2323
<groupId>org.hibernate</groupId>
24-
<version>4.3.1-SNAPSHOT</version>
24+
<version>4.3.1.Final</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hibernate-validator-parent</artifactId>
2323
<groupId>org.hibernate</groupId>
24-
<version>4.3.1-SNAPSHOT</version>
24+
<version>4.3.1.Final</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hibernate-validator-parent</artifactId>
2323
<groupId>org.hibernate</groupId>
24-
<version>4.3.1-SNAPSHOT</version>
24+
<version>4.3.1.Final</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

performance/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hibernate-validator-parent</artifactId>
2323
<groupId>org.hibernate</groupId>
24-
<version>4.3.1-SNAPSHOT</version>
24+
<version>4.3.1.Final</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>org.hibernate</groupId>
2222
<artifactId>hibernate-validator-parent</artifactId>
23-
<version>4.3.1-SNAPSHOT</version>
23+
<version>4.3.1.Final</version>
2424
<packaging>pom</packaging>
2525

2626
<name>Hibernate Validator Aggregator</name>

tck-runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hibernate-validator-parent</artifactId>
2323
<groupId>org.hibernate</groupId>
24-
<version>4.3.1-SNAPSHOT</version>
24+
<version>4.3.1.Final</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)