From 0e2daddadfec59bc979d3c8d1356e9fd0d47a962 Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Thu, 1 Aug 2024 13:38:24 +0300 Subject: [PATCH] HBX-2884: Update version identifier to 7.0.0.Alpha3 Signed-off-by: Koen Aers --- ant/pom.xml | 2 +- gradle/pom.xml | 2 +- jbt/pom.xml | 2 +- maven/pom.xml | 2 +- orm/pom.xml | 2 +- orm/src/main/java/org/hibernate/tool/api/version/Version.java | 2 +- pom.xml | 2 +- test/common/pom.xml | 2 +- test/h2/pom.xml | 2 +- test/hsql/pom.xml | 2 +- test/maven/pom.xml | 2 +- test/mssql/pom.xml | 2 +- test/mysql/pom.xml | 2 +- test/nodb/pom.xml | 2 +- test/oracle/pom.xml | 2 +- test/pom.xml | 2 +- test/utils/pom.xml | 2 +- utils/pom.xml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/ant/pom.xml b/ant/pom.xml index d85242da5a..54bfe52053 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 hibernate-tools-ant diff --git a/gradle/pom.xml b/gradle/pom.xml index a5a50e12c8..397e1f8def 100644 --- a/gradle/pom.xml +++ b/gradle/pom.xml @@ -22,7 +22,7 @@ org.hibernate.tool hibernate-tools-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 hibernate-tools-gradle diff --git a/jbt/pom.xml b/jbt/pom.xml index 982f91917b..aaf2e1b104 100644 --- a/jbt/pom.xml +++ b/jbt/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 hibernate-tools-orm-jbt diff --git a/maven/pom.xml b/maven/pom.xml index 4a9174ce2b..0b44b214a6 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 hibernate-tools-maven diff --git a/orm/pom.xml b/orm/pom.xml index 80f76661f6..42d16f557e 100644 --- a/orm/pom.xml +++ b/orm/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 hibernate-tools-orm diff --git a/orm/src/main/java/org/hibernate/tool/api/version/Version.java b/orm/src/main/java/org/hibernate/tool/api/version/Version.java index 572f8029f3..1ec09bef60 100644 --- a/orm/src/main/java/org/hibernate/tool/api/version/Version.java +++ b/orm/src/main/java/org/hibernate/tool/api/version/Version.java @@ -2,6 +2,6 @@ public interface Version { - final static String CURRENT_VERSION = "7.0.0-SNAPSHOT"; + final static String CURRENT_VERSION = "7.0.0.Alpha3"; } diff --git a/pom.xml b/pom.xml index 5cac920085..eb4d531cab 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 pom diff --git a/test/common/pom.xml b/test/common/pom.xml index 468d59a696..62675043bc 100644 --- a/test/common/pom.xml +++ b/test/common/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 hibernate-tools-tests-common diff --git a/test/h2/pom.xml b/test/h2/pom.xml index 3cdbc9f8d7..490adc245c 100644 --- a/test/h2/pom.xml +++ b/test/h2/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 hibernate-tools-tests-h2 diff --git a/test/hsql/pom.xml b/test/hsql/pom.xml index 31ad907b22..3c814f1209 100644 --- a/test/hsql/pom.xml +++ b/test/hsql/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 hibernate-tools-tests-hsql diff --git a/test/maven/pom.xml b/test/maven/pom.xml index 129915df7d..192968606c 100644 --- a/test/maven/pom.xml +++ b/test/maven/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 hibernate-tools-tests-maven diff --git a/test/mssql/pom.xml b/test/mssql/pom.xml index 952ae624ff..f6866f673d 100644 --- a/test/mssql/pom.xml +++ b/test/mssql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 hibernate-tools-tests-mssql diff --git a/test/mysql/pom.xml b/test/mysql/pom.xml index a81088e7f5..778d62d2c2 100644 --- a/test/mysql/pom.xml +++ b/test/mysql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 hibernate-tools-tests-mysql diff --git a/test/nodb/pom.xml b/test/nodb/pom.xml index 0e05753140..49efb30948 100644 --- a/test/nodb/pom.xml +++ b/test/nodb/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 hibernate-tools-tests-nodb diff --git a/test/oracle/pom.xml b/test/oracle/pom.xml index 1482e27c75..06d66c661d 100644 --- a/test/oracle/pom.xml +++ b/test/oracle/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 hibernate-tools-tests-oracle diff --git a/test/pom.xml b/test/pom.xml index 8f89a509b9..ba89ff38ca 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 hibernate-tools-tests-parent diff --git a/test/utils/pom.xml b/test/utils/pom.xml index 2d49e6ab15..534705a745 100644 --- a/test/utils/pom.xml +++ b/test/utils/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 hibernate-tools-tests-utils diff --git a/utils/pom.xml b/utils/pom.xml index 381fad5cb2..428acb21b6 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 7.0.0-SNAPSHOT + 7.0.0.Alpha3 hibernate-tools-utils