Skip to content

Commit

Permalink
HBX-2499: Update version identifier to 6.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Aers <koen.aers@gmail.com>
  • Loading branch information
koentsje committed Mar 20, 2023
1 parent 7a748c7 commit b1d576b
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ant/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>6.2.0.CR4</version>
<version>6.2.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>6.2.0.CR4</version>
<version>6.2.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-maven</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion orm/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>6.2.0.CR4</version>
<version>6.2.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-orm</artifactId>
Expand Down
Expand Up @@ -2,6 +2,6 @@

public interface Version {

final static String CURRENT_VERSION = "6.2.0.CR4";
final static String CURRENT_VERSION = "6.2.0-SNAPSHOT";

}
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@

<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>6.2.0.CR4</version>
<version>6.2.0-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion test/common/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.2.0.CR4</version>
<version>6.2.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/h2/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.2.0.CR4</version>
<version>6.2.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-h2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/hsql/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.2.0.CR4</version>
<version>6.2.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-hsql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/maven/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.2.0.CR4</version>
<version>6.2.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-maven</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/mssql/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.2.0.CR4</version>
<version>6.2.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-mssql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/mysql/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.2.0.CR4</version>
<version>6.2.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-mysql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/nodb/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.2.0.CR4</version>
<version>6.2.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-nodb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/oracle/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.2.0.CR4</version>
<version>6.2.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-oracle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>6.2.0.CR4</version>
<version>6.2.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/utils/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.2.0.CR4</version>
<version>6.2.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>6.2.0.CR4</version>
<version>6.2.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-utils</artifactId>
Expand Down

0 comments on commit b1d576b

Please sign in to comment.