From b9148bf60e99d6f730c15d1426becf639283beec Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Wed, 7 Feb 2024 16:50:55 +0100 Subject: [PATCH] HBX-2721: Update version identifier to 6.4.4-SNAPSHOT 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 eebf7be563..6114efd898 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.4.3.Final + 6.4.4-SNAPSHOT hibernate-tools-ant diff --git a/jbt/pom.xml b/jbt/pom.xml index 1862ec7661..1dc51cd1ba 100644 --- a/jbt/pom.xml +++ b/jbt/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.4.3.Final + 6.4.4-SNAPSHOT hibernate-tools-orm-jbt diff --git a/maven/pom.xml b/maven/pom.xml index fe5c0af22a..8d128a1a82 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.4.3.Final + 6.4.4-SNAPSHOT hibernate-tools-maven diff --git a/orm/pom.xml b/orm/pom.xml index 930aaa1412..abf585d6b4 100644 --- a/orm/pom.xml +++ b/orm/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.4.3.Final + 6.4.4-SNAPSHOT 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 f596869f34..6fb6545988 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.3.Final"; + final static String CURRENT_VERSION = "6.4.4-SNAPSHOT"; } diff --git a/pom.xml b/pom.xml index 309c877670..f2ace65017 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.4.3.Final + 6.4.4-SNAPSHOT pom diff --git a/test/common/pom.xml b/test/common/pom.xml index 51f560ba36..6cbc803079 100644 --- a/test/common/pom.xml +++ b/test/common/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.3.Final + 6.4.4-SNAPSHOT hibernate-tools-tests-common diff --git a/test/h2/pom.xml b/test/h2/pom.xml index f540cf270a..92925004e3 100644 --- a/test/h2/pom.xml +++ b/test/h2/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.3.Final + 6.4.4-SNAPSHOT hibernate-tools-tests-h2 diff --git a/test/hsql/pom.xml b/test/hsql/pom.xml index b51b498e2e..fc6997827e 100644 --- a/test/hsql/pom.xml +++ b/test/hsql/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.3.Final + 6.4.4-SNAPSHOT hibernate-tools-tests-hsql diff --git a/test/maven/pom.xml b/test/maven/pom.xml index 105314d9dc..d2fa5f8417 100644 --- a/test/maven/pom.xml +++ b/test/maven/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.3.Final + 6.4.4-SNAPSHOT hibernate-tools-tests-maven diff --git a/test/mssql/pom.xml b/test/mssql/pom.xml index b65f939810..1f3b5ff37f 100644 --- a/test/mssql/pom.xml +++ b/test/mssql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.3.Final + 6.4.4-SNAPSHOT hibernate-tools-tests-mssql diff --git a/test/mysql/pom.xml b/test/mysql/pom.xml index b684b9ec2b..b396f89052 100644 --- a/test/mysql/pom.xml +++ b/test/mysql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.3.Final + 6.4.4-SNAPSHOT hibernate-tools-tests-mysql diff --git a/test/nodb/pom.xml b/test/nodb/pom.xml index 86965745a2..0d17642eb4 100644 --- a/test/nodb/pom.xml +++ b/test/nodb/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.3.Final + 6.4.4-SNAPSHOT hibernate-tools-tests-nodb diff --git a/test/oracle/pom.xml b/test/oracle/pom.xml index 468110d512..1ce8cbb705 100644 --- a/test/oracle/pom.xml +++ b/test/oracle/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.3.Final + 6.4.4-SNAPSHOT hibernate-tools-tests-oracle diff --git a/test/pom.xml b/test/pom.xml index ec46dabd23..fef9e3d411 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.4.3.Final + 6.4.4-SNAPSHOT hibernate-tools-tests-parent diff --git a/test/utils/pom.xml b/test/utils/pom.xml index 08ccc0c5c2..599f33c9cc 100644 --- a/test/utils/pom.xml +++ b/test/utils/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.4.3.Final + 6.4.4-SNAPSHOT hibernate-tools-tests-utils diff --git a/utils/pom.xml b/utils/pom.xml index 241d3f49e7..ed8053993e 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.4.3.Final + 6.4.4-SNAPSHOT hibernate-tools-utils