Skip to content

Commit 6464faa

Browse files
committed
[maven-release-plugin] prepare release 5.0.0.Final
1 parent 502e5a6 commit 6464faa

File tree

9 files changed

+10
-12
lines changed

9 files changed

+10
-12
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>5.0.0-SNAPSHOT</version>
24+
<version>5.0.0.Final</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

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

distribution/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
17+
<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/maven-v4_0_0.xsd">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<parent>
2321
<artifactId>hibernate-validator-parent</artifactId>
2422
<groupId>org.hibernate</groupId>
25-
<version>5.0.0-SNAPSHOT</version>
23+
<version>5.0.0.Final</version>
2624
<relativePath>../pom.xml</relativePath>
2725
</parent>
2826

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

0 commit comments

Comments
 (0)