Skip to content

Commit a4965f8

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent b2dbcde commit a4965f8

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
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>hibernate-validator-parent</artifactId>
1313
<groupId>org.hibernate</groupId>
14-
<version>5.2.0.Alpha1</version>
14+
<version>5.2.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

cdi/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.0.Alpha1</version>
14+
<version>5.2.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.0.Alpha1</version>
13+
<version>5.2.0-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.0.Alpha1</version>
14+
<version>5.2.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

engine/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.0.Alpha1</version>
14+
<version>5.2.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

integration/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.0.Alpha1</version>
14+
<version>5.2.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

performance/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.0.Alpha1</version>
14+
<version>5.2.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

pom.xml

Lines changed: 2 additions & 2 deletions
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.2.0.Alpha1</version>
13+
<version>5.2.0-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Hibernate Validator Aggregator</name>
@@ -598,7 +598,7 @@
598598
<connection>scm:git:git://github.com/hibernate/hibernate-validator.git</connection>
599599
<developerConnection>scm:git:git@github.com:hibernate/hibernate-validator.git</developerConnection>
600600
<url>http://github.com/hibernate/hibernate-validator</url>
601-
<tag>5.2.0.Alpha1</tag>
601+
<tag>HEAD</tag>
602602
</scm>
603603

604604
<distributionManagement>

tck-runner/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.0.Alpha1</version>
14+
<version>5.2.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)