Skip to content

Commit e6ea5f0

Browse files
committed
[maven-release-plugin] prepare release 4.3.0.Final
1 parent 0098ba4 commit e6ea5f0

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
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.0-SNAPSHOT</version>
24+
<version>4.3.0.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.0-SNAPSHOT</version>
33+
<version>4.3.0.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.0-SNAPSHOT</version>
23+
<version>4.3.0.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.0-SNAPSHOT</version>
24+
<version>4.3.0.Final</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

engine/pom.xml

Lines changed: 3 additions & 3 deletions
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.0-SNAPSHOT</version>
24+
<version>4.3.0.Final</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

@@ -109,8 +109,8 @@
109109
<jdbc.driver>org.h2.Driver</jdbc.driver>
110110
<jdbc.url>jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1</jdbc.url>
111111
<jdbc.user>sa</jdbc.user>
112-
<jdbc.pass/>
113-
<jdbc.isolation/>
112+
<jdbc.pass />
113+
<jdbc.isolation />
114114
</properties>
115115

116116
<build>

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.0-SNAPSHOT</version>
24+
<version>4.3.0.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.0-SNAPSHOT</version>
24+
<version>4.3.0.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.0-SNAPSHOT</version>
23+
<version>4.3.0.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.0-SNAPSHOT</version>
24+
<version>4.3.0.Final</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)