Skip to content

Commit 7945546

Browse files
committed
[maven-release-plugin] prepare release 5.3.0.Alpha1
1 parent 57e6035 commit 7945546

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

annotation-processor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>hibernate-validator-parent</artifactId>
1313
<groupId>org.hibernate</groupId>
14-
<version>5.3.0-SNAPSHOT</version>
14+
<version>5.3.0.Alpha1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

cdi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>hibernate-validator-parent</artifactId>
1313
<groupId>org.hibernate</groupId>
14-
<version>5.3.0-SNAPSHOT</version>
14+
<version>5.3.0.Alpha1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>hibernate-validator-parent</artifactId>
1212
<groupId>org.hibernate</groupId>
13-
<version>5.3.0-SNAPSHOT</version>
13+
<version>5.3.0.Alpha1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

documentation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>hibernate-validator-parent</artifactId>
1313
<groupId>org.hibernate</groupId>
14-
<version>5.3.0-SNAPSHOT</version>
14+
<version>5.3.0.Alpha1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

engine-jdk8-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.hibernate</groupId>
1212
<artifactId>hibernate-validator-parent</artifactId>
13-
<version>5.3.0-SNAPSHOT</version>
13+
<version>5.3.0.Alpha1</version>
1414
</parent>
1515
<artifactId>hibernate-validator-engine-jdk8-tests</artifactId>
1616

engine/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>hibernate-validator-parent</artifactId>
1313
<groupId>org.hibernate</groupId>
14-
<version>5.3.0-SNAPSHOT</version>
14+
<version>5.3.0.Alpha1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

integration/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>hibernate-validator-parent</artifactId>
1313
<groupId>org.hibernate</groupId>
14-
<version>5.3.0-SNAPSHOT</version>
14+
<version>5.3.0.Alpha1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

osgi/integrationtest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>hibernate-validator-osgi</artifactId>
1313
<groupId>org.hibernate</groupId>
14-
<version>5.3.0-SNAPSHOT</version>
14+
<version>5.3.0.Alpha1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

osgi/karaf-features/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>hibernate-validator-osgi</artifactId>
1313
<groupId>org.hibernate</groupId>
14-
<version>5.3.0-SNAPSHOT</version>
14+
<version>5.3.0.Alpha1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

osgi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>hibernate-validator-parent</artifactId>
1313
<groupId>org.hibernate</groupId>
14-
<version>5.3.0-SNAPSHOT</version>
14+
<version>5.3.0.Alpha1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

performance/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>hibernate-validator-parent</artifactId>
1313
<groupId>org.hibernate</groupId>
14-
<version>5.3.0-SNAPSHOT</version>
14+
<version>5.3.0.Alpha1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.hibernate</groupId>
1212
<artifactId>hibernate-validator-parent</artifactId>
13-
<version>5.3.0-SNAPSHOT</version>
13+
<version>5.3.0.Alpha1</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Hibernate Validator Aggregator</name>
@@ -750,7 +750,7 @@
750750
<connection>scm:git:git://github.com/hibernate/hibernate-validator.git</connection>
751751
<developerConnection>scm:git:git@github.com:hibernate/hibernate-validator.git</developerConnection>
752752
<url>http://github.com/hibernate/hibernate-validator</url>
753-
<tag>HEAD</tag>
753+
<tag>5.3.0.Alpha1</tag>
754754
</scm>
755755

756756
<distributionManagement>

tck-runner/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>hibernate-validator-parent</artifactId>
1313
<groupId>org.hibernate</groupId>
14-
<version>5.3.0-SNAPSHOT</version>
14+
<version>5.3.0.Alpha1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

test-utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.hibernate</groupId>
1212
<artifactId>hibernate-validator-parent</artifactId>
13-
<version>5.3.0-SNAPSHOT</version>
13+
<version>5.3.0.Alpha1</version>
1414
</parent>
1515
<artifactId>hibernate-validator-test-utils</artifactId>
1616

0 commit comments

Comments
 (0)