From 18a34e6b1d02477af8a434a5a663297ad05dca1a Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Fri, 5 Jan 2024 11:25:47 +0100 Subject: [PATCH] HBX-2675: Update version identifier to 6.4.1.Final Signed-off-by: Koen Aers --- ant/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 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/ant/pom.xml b/ant/pom.xml index 3bac4f4da8..463bc686e7 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.4.1-SNAPSHOT + 6.4.1.Final hibernate-tools-ant diff --git a/jbt/pom.xml b/jbt/pom.xml index f23c9f313f..2234fea2b5 100644 --- a/jbt/pom.xml +++ b/jbt/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.4.1-SNAPSHOT + 6.4.1.Final hibernate-tools-orm-jbt diff --git a/maven/pom.xml b/maven/pom.xml index d998777b66..79e7d9c181 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.4.1-SNAPSHOT + 6.4.1.Final hibernate-tools-maven diff --git a/orm/pom.xml b/orm/pom.xml index 1614382860..926b664fbd 100644 --- a/orm/pom.xml +++ b/orm/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.4.1-SNAPSHOT + 6.4.1.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 39abc3f811..a6dbe979d6 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.4.1-SNAPSHOT"; + final static String CURRENT_VERSION = "6.4.1.Final"; } diff --git a/pom.xml b/pom.xml index 1f4e763545..39ecbbf9f2 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.4.1-SNAPSHOT + 6.4.1.Final pom diff --git a/test/common/pom.xml b/test/common/pom.xml index 759f816cea..561264aafb 100644 --- a/test/common/pom.xml +++ b/test/common/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.1-SNAPSHOT + 6.4.1.Final hibernate-tools-tests-common diff --git a/test/h2/pom.xml b/test/h2/pom.xml index 9398ec9783..61a3216ed3 100644 --- a/test/h2/pom.xml +++ b/test/h2/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.1-SNAPSHOT + 6.4.1.Final hibernate-tools-tests-h2 diff --git a/test/hsql/pom.xml b/test/hsql/pom.xml index 547eedf435..225e4ae1f2 100644 --- a/test/hsql/pom.xml +++ b/test/hsql/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.1-SNAPSHOT + 6.4.1.Final hibernate-tools-tests-hsql diff --git a/test/maven/pom.xml b/test/maven/pom.xml index 9ef3359572..f1980d5370 100644 --- a/test/maven/pom.xml +++ b/test/maven/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.1-SNAPSHOT + 6.4.1.Final hibernate-tools-tests-maven diff --git a/test/mssql/pom.xml b/test/mssql/pom.xml index 0fa14150cc..cc64718e5e 100644 --- a/test/mssql/pom.xml +++ b/test/mssql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.1-SNAPSHOT + 6.4.1.Final hibernate-tools-tests-mssql diff --git a/test/mysql/pom.xml b/test/mysql/pom.xml index df22ba18b4..87695f451e 100644 --- a/test/mysql/pom.xml +++ b/test/mysql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.1-SNAPSHOT + 6.4.1.Final hibernate-tools-tests-mysql diff --git a/test/nodb/pom.xml b/test/nodb/pom.xml index 1467aba5a1..ae0f193cda 100644 --- a/test/nodb/pom.xml +++ b/test/nodb/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.1-SNAPSHOT + 6.4.1.Final hibernate-tools-tests-nodb diff --git a/test/oracle/pom.xml b/test/oracle/pom.xml index 0e74e85f06..6a4853b6f6 100644 --- a/test/oracle/pom.xml +++ b/test/oracle/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.1-SNAPSHOT + 6.4.1.Final hibernate-tools-tests-oracle diff --git a/test/pom.xml b/test/pom.xml index bbdf9d3fc9..f03ad614ef 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.4.1-SNAPSHOT + 6.4.1.Final hibernate-tools-tests-parent diff --git a/test/utils/pom.xml b/test/utils/pom.xml index ce801d8b81..c39c26198f 100644 --- a/test/utils/pom.xml +++ b/test/utils/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.1-SNAPSHOT + 6.4.1.Final hibernate-tools-tests-utils diff --git a/utils/pom.xml b/utils/pom.xml index 3e7329ef02..9f16f98072 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.4.1-SNAPSHOT + 6.4.1.Final hibernate-tools-utils