From 1d94b3dde0befa9f0bac04ca79b949df2fe4fff0 Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Mon, 8 Jan 2024 14:59:16 +0100 Subject: [PATCH] HBX-2679: Update version identifier to 5.3.34.Final Signed-off-by: Koen Aers --- main/pom.xml | 2 +- main/src/main/java/org/hibernate/tool/Version.java | 2 +- maven-plugin/pom.xml | 2 +- pom.xml | 2 +- test/common/pom.xml | 2 +- test/h2/pom.xml | 2 +- test/hsql/pom.xml | 2 +- test/maven-plugin/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 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index b4177d611c..5950baa09b 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-tools-parent - 5.3.34-SNAPSHOT + 5.3.34.Final hibernate-tools diff --git a/main/src/main/java/org/hibernate/tool/Version.java b/main/src/main/java/org/hibernate/tool/Version.java index 9004ddd615..d511374fa6 100644 --- a/main/src/main/java/org/hibernate/tool/Version.java +++ b/main/src/main/java/org/hibernate/tool/Version.java @@ -4,7 +4,7 @@ final public class Version { - public static final String VERSION = "5.3.34-SNAPSHOT"; + public static final String VERSION = "5.3.34.Final"; private static final Version instance = new Version(); diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 2b4463db51..c763598ea3 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -5,7 +5,7 @@ org.hibernate hibernate-tools-parent - 5.3.34-SNAPSHOT + 5.3.34.Final hibernate-tools-maven-plugin diff --git a/pom.xml b/pom.xml index a60c48718e..d9ac477f27 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.hibernate hibernate-tools-parent - 5.3.34-SNAPSHOT + 5.3.34.Final pom diff --git a/test/common/pom.xml b/test/common/pom.xml index 41b29e4ef5..cb319e2b58 100644 --- a/test/common/pom.xml +++ b/test/common/pom.xml @@ -8,7 +8,7 @@ org.hibernate hibernate-tools-tests-parent - 5.3.34-SNAPSHOT + 5.3.34.Final hibernate-tools-tests-common diff --git a/test/h2/pom.xml b/test/h2/pom.xml index d618d5f31a..86aa259755 100644 --- a/test/h2/pom.xml +++ b/test/h2/pom.xml @@ -8,7 +8,7 @@ org.hibernate hibernate-tools-tests-parent - 5.3.34-SNAPSHOT + 5.3.34.Final hibernate-tools-tests-h2 diff --git a/test/hsql/pom.xml b/test/hsql/pom.xml index 845f17fe77..b49ac8ed59 100644 --- a/test/hsql/pom.xml +++ b/test/hsql/pom.xml @@ -7,7 +7,7 @@ org.hibernate hibernate-tools-tests-parent - 5.3.34-SNAPSHOT + 5.3.34.Final hibernate-tools-tests-hsql diff --git a/test/maven-plugin/pom.xml b/test/maven-plugin/pom.xml index b1a5882502..669dc8f1ee 100644 --- a/test/maven-plugin/pom.xml +++ b/test/maven-plugin/pom.xml @@ -8,7 +8,7 @@ org.hibernate hibernate-tools-tests-parent - 5.3.34-SNAPSHOT + 5.3.34.Final hibernate-tools-tests-maven-plugin diff --git a/test/mssql/pom.xml b/test/mssql/pom.xml index defd33f81a..9c52621535 100644 --- a/test/mssql/pom.xml +++ b/test/mssql/pom.xml @@ -8,7 +8,7 @@ org.hibernate hibernate-tools-tests-parent - 5.3.34-SNAPSHOT + 5.3.34.Final hibernate-tools-tests-mssql diff --git a/test/mysql/pom.xml b/test/mysql/pom.xml index 4c888277cc..e0e06369f0 100644 --- a/test/mysql/pom.xml +++ b/test/mysql/pom.xml @@ -8,7 +8,7 @@ org.hibernate hibernate-tools-tests-parent - 5.3.34-SNAPSHOT + 5.3.34.Final hibernate-tools-tests-mysql diff --git a/test/nodb/pom.xml b/test/nodb/pom.xml index dc90a4f497..824f986fb8 100644 --- a/test/nodb/pom.xml +++ b/test/nodb/pom.xml @@ -7,7 +7,7 @@ org.hibernate hibernate-tools-tests-parent - 5.3.34-SNAPSHOT + 5.3.34.Final hibernate-tools-tests-nodb diff --git a/test/oracle/pom.xml b/test/oracle/pom.xml index 414ebd3951..65e0917313 100644 --- a/test/oracle/pom.xml +++ b/test/oracle/pom.xml @@ -8,7 +8,7 @@ org.hibernate hibernate-tools-tests-parent - 5.3.34-SNAPSHOT + 5.3.34.Final hibernate-tools-tests-oracle diff --git a/test/pom.xml b/test/pom.xml index f819263ba5..6edc310ca4 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -8,7 +8,7 @@ org.hibernate hibernate-tools-parent - 5.3.34-SNAPSHOT + 5.3.34.Final hibernate-tools-tests-parent diff --git a/test/utils/pom.xml b/test/utils/pom.xml index ee4416de14..7c8ece5148 100644 --- a/test/utils/pom.xml +++ b/test/utils/pom.xml @@ -7,7 +7,7 @@ org.hibernate hibernate-tools-tests-parent - 5.3.34-SNAPSHOT + 5.3.34.Final hibernate-tools-tests-utils