From c96d490b5842063bf56c8653fd3415734d8a0a9e Mon Sep 17 00:00:00 2001 From: Jan Schatteman Date: Tue, 13 Aug 2024 18:08:46 +0200 Subject: [PATCH] HBX-2902: Update version identifier to 6.6.0.Final Signed-off-by: Jan Schatteman --- 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 fd0ecaecf0..5c1652e546 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.0-SNAPSHOT + 6.6.0.Final hibernate-tools-ant diff --git a/gradle/pom.xml b/gradle/pom.xml index fd17f191f3..37fe115771 100644 --- a/gradle/pom.xml +++ b/gradle/pom.xml @@ -22,7 +22,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.0-SNAPSHOT + 6.6.0.Final hibernate-tools-gradle diff --git a/jbt/pom.xml b/jbt/pom.xml index 53836d235e..290b0b11ce 100644 --- a/jbt/pom.xml +++ b/jbt/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.0-SNAPSHOT + 6.6.0.Final hibernate-tools-orm-jbt diff --git a/maven/pom.xml b/maven/pom.xml index 1ed421c231..b9cb381142 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.0-SNAPSHOT + 6.6.0.Final hibernate-tools-maven diff --git a/orm/pom.xml b/orm/pom.xml index 48eb1d2e8a..9b98f88099 100644 --- a/orm/pom.xml +++ b/orm/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.0-SNAPSHOT + 6.6.0.Final 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 3f5d04c7b2..ce341fdc00 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 = "6.6.0-SNAPSHOT"; + final static String CURRENT_VERSION = "6.6.0.Final"; } diff --git a/pom.xml b/pom.xml index 86526f6ea5..b67770bb82 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.0-SNAPSHOT + 6.6.0.Final pom diff --git a/test/common/pom.xml b/test/common/pom.xml index 8be506420d..5d1f77085c 100644 --- a/test/common/pom.xml +++ b/test/common/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.0-SNAPSHOT + 6.6.0.Final hibernate-tools-tests-common diff --git a/test/h2/pom.xml b/test/h2/pom.xml index 766e769f2f..3708faf6aa 100644 --- a/test/h2/pom.xml +++ b/test/h2/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.0-SNAPSHOT + 6.6.0.Final hibernate-tools-tests-h2 diff --git a/test/hsql/pom.xml b/test/hsql/pom.xml index 5c5b8d8afe..cc8b1ced7a 100644 --- a/test/hsql/pom.xml +++ b/test/hsql/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.0-SNAPSHOT + 6.6.0.Final hibernate-tools-tests-hsql diff --git a/test/maven/pom.xml b/test/maven/pom.xml index 7de854d915..f79e64feec 100644 --- a/test/maven/pom.xml +++ b/test/maven/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.0-SNAPSHOT + 6.6.0.Final hibernate-tools-tests-maven diff --git a/test/mssql/pom.xml b/test/mssql/pom.xml index 7f844bdd56..50af72ac7f 100644 --- a/test/mssql/pom.xml +++ b/test/mssql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.0-SNAPSHOT + 6.6.0.Final hibernate-tools-tests-mssql diff --git a/test/mysql/pom.xml b/test/mysql/pom.xml index 72f673df93..a3cbdeedab 100644 --- a/test/mysql/pom.xml +++ b/test/mysql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.0-SNAPSHOT + 6.6.0.Final hibernate-tools-tests-mysql diff --git a/test/nodb/pom.xml b/test/nodb/pom.xml index fd0d16e465..1d81fe36fb 100644 --- a/test/nodb/pom.xml +++ b/test/nodb/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.0-SNAPSHOT + 6.6.0.Final hibernate-tools-tests-nodb diff --git a/test/oracle/pom.xml b/test/oracle/pom.xml index 68da9ba42e..c361bfac44 100644 --- a/test/oracle/pom.xml +++ b/test/oracle/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.0-SNAPSHOT + 6.6.0.Final hibernate-tools-tests-oracle diff --git a/test/pom.xml b/test/pom.xml index 7267c3bfc9..3232e38941 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.0-SNAPSHOT + 6.6.0.Final hibernate-tools-tests-parent diff --git a/test/utils/pom.xml b/test/utils/pom.xml index f0bb795ec7..01b3d96906 100644 --- a/test/utils/pom.xml +++ b/test/utils/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.0-SNAPSHOT + 6.6.0.Final hibernate-tools-tests-utils diff --git a/utils/pom.xml b/utils/pom.xml index b32b8ab372..67b98ab340 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.0-SNAPSHOT + 6.6.0.Final hibernate-tools-utils