Skip to content

Commit

Permalink
HBX-2897: Update version identifier to 6.4.11-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Schatteman <[email protected]>
  • Loading branch information
jrenaat committed Aug 6, 2024
1 parent 166f67f commit 3241327
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>6.4.10.Final</version>
<version>6.4.11-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>6.4.10.Final</version>
<version>6.4.11-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-orm-jbt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>6.4.10.Final</version>
<version>6.4.11-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-maven</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion orm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>6.4.10.Final</version>
<version>6.4.11-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-orm</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

public interface Version {

final static String CURRENT_VERSION = "6.4.10.Final";
final static String CURRENT_VERSION = "6.4.11-SNAPSHOT";

}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>6.4.10.Final</version>
<version>6.4.11-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion test/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.4.10.Final</version>
<version>6.4.11-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.4.10.Final</version>
<version>6.4.11-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-h2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/hsql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.4.10.Final</version>
<version>6.4.11-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-hsql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.4.10.Final</version>
<version>6.4.11-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-maven</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/mssql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.4.10.Final</version>
<version>6.4.11-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-mssql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.4.10.Final</version>
<version>6.4.11-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-mysql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/nodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.4.10.Final</version>
<version>6.4.11-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-nodb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.4.10.Final</version>
<version>6.4.11-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-oracle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>6.4.10.Final</version>
<version>6.4.11-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>6.4.10.Final</version>
<version>6.4.11-SNAPSHOT</version>
</parent>

<artifactId>hibernate-tools-tests-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>6.4.10.Final</version>
<version>6.4.11-SNAPSHOT</version>
</parent>

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

0 comments on commit 3241327

Please sign in to comment.