Skip to content

Commit

Permalink
HBX-2860: Update version identifier to 7.0.0.Alpha2
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Aers <[email protected]>
  • Loading branch information
koentsje committed Jul 12, 2024
1 parent e6186e0 commit 17d82f9
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 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>7.0.0-SNAPSHOT</version>
<version>7.0.0.Alpha2</version>
</parent>

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

<artifactId>hibernate-tools-gradle</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>7.0.0-SNAPSHOT</version>
<version>7.0.0.Alpha2</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>7.0.0-SNAPSHOT</version>
<version>7.0.0.Alpha2</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>7.0.0-SNAPSHOT</version>
<version>7.0.0.Alpha2</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 = "7.0.0-SNAPSHOT";
final static String CURRENT_VERSION = "7.0.0.Alpha2";

}
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>7.0.0-SNAPSHOT</version>
<version>7.0.0.Alpha2</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>7.0.0-SNAPSHOT</version>
<version>7.0.0.Alpha2</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>7.0.0-SNAPSHOT</version>
<version>7.0.0.Alpha2</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>7.0.0-SNAPSHOT</version>
<version>7.0.0.Alpha2</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>7.0.0-SNAPSHOT</version>
<version>7.0.0.Alpha2</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>7.0.0-SNAPSHOT</version>
<version>7.0.0.Alpha2</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>7.0.0-SNAPSHOT</version>
<version>7.0.0.Alpha2</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>7.0.0-SNAPSHOT</version>
<version>7.0.0.Alpha2</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>7.0.0-SNAPSHOT</version>
<version>7.0.0.Alpha2</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>7.0.0-SNAPSHOT</version>
<version>7.0.0.Alpha2</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>7.0.0-SNAPSHOT</version>
<version>7.0.0.Alpha2</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>7.0.0-SNAPSHOT</version>
<version>7.0.0.Alpha2</version>
</parent>

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

0 comments on commit 17d82f9

Please sign in to comment.