Skip to content

Commit a8ba9f2

Browse files
committed
[maven-release-plugin] prepare release 5.0.0.Alpha1
1 parent b31a54f commit a8ba9f2

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
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.Alpha1</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>5.0.0-SNAPSHOT</version>
33+
<version>5.0.0.Alpha1</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>5.0.0-SNAPSHOT</version>
23+
<version>5.0.0.Alpha1</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>5.0.0-SNAPSHOT</version>
24+
<version>5.0.0.Alpha1</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.Alpha1</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.Alpha1</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.Alpha1</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.Alpha1</version>
2424
<packaging>pom</packaging>
2525

2626
<name>Hibernate Validator Aggregator</name>

tck-runner/pom.xml

Lines changed: 2 additions & 2 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>5.0.0-SNAPSHOT</version>
24+
<version>5.0.0.Alpha1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

@@ -35,7 +35,7 @@
3535
<arquillian.version>1.0.0.CR7</arquillian.version>
3636
<jbossas.version>7.1.0.Final</jbossas.version>
3737
<validation.provider>org.hibernate.validator.HibernateValidator</validation.provider>
38-
<remote.debug/>
38+
<remote.debug />
3939
</properties>
4040

4141
<dependencies>

0 commit comments

Comments
 (0)