From 2ff438a4ba0542372ac4ae7ddf84856b51d9278b Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Fri, 20 Sep 2024 14:55:15 +0200 Subject: [PATCH] HBX-2922: Update version identifier to 6.5.3.Final 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 ab18eb0205..fedc02eb8e 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.5.3-SNAPSHOT + 6.5.3.Final hibernate-tools-ant diff --git a/gradle/pom.xml b/gradle/pom.xml index 9bb77d7b8b..4123b8bc9a 100644 --- a/gradle/pom.xml +++ b/gradle/pom.xml @@ -22,7 +22,7 @@ org.hibernate.tool hibernate-tools-parent - 6.5.3-SNAPSHOT + 6.5.3.Final hibernate-tools-gradle diff --git a/jbt/pom.xml b/jbt/pom.xml index ead278c34d..9b76de1a84 100644 --- a/jbt/pom.xml +++ b/jbt/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.5.3-SNAPSHOT + 6.5.3.Final hibernate-tools-orm-jbt diff --git a/maven/pom.xml b/maven/pom.xml index fa22880354..2e41803d6d 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.5.3-SNAPSHOT + 6.5.3.Final hibernate-tools-maven diff --git a/orm/pom.xml b/orm/pom.xml index 91fc67f722..936c11b27b 100644 --- a/orm/pom.xml +++ b/orm/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.5.3-SNAPSHOT + 6.5.3.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 e1daef3f49..922595cb53 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.5.3-SNAPSHOT"; + final static String CURRENT_VERSION = "6.5.3.Final"; } diff --git a/pom.xml b/pom.xml index 08cc872fec..8340c4cfb2 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.5.3-SNAPSHOT + 6.5.3.Final pom diff --git a/test/common/pom.xml b/test/common/pom.xml index f41edc5976..aae0d3a991 100644 --- a/test/common/pom.xml +++ b/test/common/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.5.3-SNAPSHOT + 6.5.3.Final hibernate-tools-tests-common diff --git a/test/h2/pom.xml b/test/h2/pom.xml index 7eb96009f3..4777f737fc 100644 --- a/test/h2/pom.xml +++ b/test/h2/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.5.3-SNAPSHOT + 6.5.3.Final hibernate-tools-tests-h2 diff --git a/test/hsql/pom.xml b/test/hsql/pom.xml index 9eaf04f365..1cd98397a9 100644 --- a/test/hsql/pom.xml +++ b/test/hsql/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.5.3-SNAPSHOT + 6.5.3.Final hibernate-tools-tests-hsql diff --git a/test/maven/pom.xml b/test/maven/pom.xml index 9bec655f59..2dc26b6d4c 100644 --- a/test/maven/pom.xml +++ b/test/maven/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.5.3-SNAPSHOT + 6.5.3.Final hibernate-tools-tests-maven diff --git a/test/mssql/pom.xml b/test/mssql/pom.xml index 51155f96c5..6316126529 100644 --- a/test/mssql/pom.xml +++ b/test/mssql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.5.3-SNAPSHOT + 6.5.3.Final hibernate-tools-tests-mssql diff --git a/test/mysql/pom.xml b/test/mysql/pom.xml index 453e4b3874..cdd847986e 100644 --- a/test/mysql/pom.xml +++ b/test/mysql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.5.3-SNAPSHOT + 6.5.3.Final hibernate-tools-tests-mysql diff --git a/test/nodb/pom.xml b/test/nodb/pom.xml index 93e9e6f22f..44c4adc052 100644 --- a/test/nodb/pom.xml +++ b/test/nodb/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.5.3-SNAPSHOT + 6.5.3.Final hibernate-tools-tests-nodb diff --git a/test/oracle/pom.xml b/test/oracle/pom.xml index bd0af4beb1..30d5cb2e48 100644 --- a/test/oracle/pom.xml +++ b/test/oracle/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.5.3-SNAPSHOT + 6.5.3.Final hibernate-tools-tests-oracle diff --git a/test/pom.xml b/test/pom.xml index 521055e65d..054d9deb9d 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.5.3-SNAPSHOT + 6.5.3.Final hibernate-tools-tests-parent diff --git a/test/utils/pom.xml b/test/utils/pom.xml index 9e49564980..17a5e336cf 100644 --- a/test/utils/pom.xml +++ b/test/utils/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.5.3-SNAPSHOT + 6.5.3.Final hibernate-tools-tests-utils diff --git a/utils/pom.xml b/utils/pom.xml index 3344d0de46..8108954450 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.5.3-SNAPSHOT + 6.5.3.Final hibernate-tools-utils