From 217bde67a4ccb6197ddb2c4ff91a9411dbac7d69 Mon Sep 17 00:00:00 2001 From: Jan Schatteman Date: Fri, 5 Jul 2024 20:05:57 +0200 Subject: [PATCH] HBX-2858: Update version identifier to 6.2.29-SNAPSHOT Signed-off-by: Jan Schatteman --- 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 5431f11c8e..895917ce71 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.28.Final + 6.2.29-SNAPSHOT hibernate-tools-ant diff --git a/jbt/pom.xml b/jbt/pom.xml index 46d6828f99..b8af79a457 100644 --- a/jbt/pom.xml +++ b/jbt/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.28.Final + 6.2.29-SNAPSHOT hibernate-tools-orm-jbt diff --git a/maven/pom.xml b/maven/pom.xml index 6b95396fff..834cc2af63 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.28.Final + 6.2.29-SNAPSHOT hibernate-tools-maven diff --git a/orm/pom.xml b/orm/pom.xml index f09155a9a8..1c98a6ed1b 100644 --- a/orm/pom.xml +++ b/orm/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.28.Final + 6.2.29-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 e40760cc2b..6b4c15fafc 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.2.28.Final"; + final static String CURRENT_VERSION = "6.2.29-SNAPSHOT"; } diff --git a/pom.xml b/pom.xml index bc55cc1cd7..75b277fa12 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.28.Final + 6.2.29-SNAPSHOT pom diff --git a/test/common/pom.xml b/test/common/pom.xml index 4d6b7e7222..f71cf68046 100644 --- a/test/common/pom.xml +++ b/test/common/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.28.Final + 6.2.29-SNAPSHOT hibernate-tools-tests-common diff --git a/test/h2/pom.xml b/test/h2/pom.xml index a440a558e3..3f298028b2 100644 --- a/test/h2/pom.xml +++ b/test/h2/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.28.Final + 6.2.29-SNAPSHOT hibernate-tools-tests-h2 diff --git a/test/hsql/pom.xml b/test/hsql/pom.xml index f0117884d4..fbceac79da 100644 --- a/test/hsql/pom.xml +++ b/test/hsql/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.28.Final + 6.2.29-SNAPSHOT hibernate-tools-tests-hsql diff --git a/test/maven/pom.xml b/test/maven/pom.xml index 17a71547bb..39ab5a99a5 100644 --- a/test/maven/pom.xml +++ b/test/maven/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.28.Final + 6.2.29-SNAPSHOT hibernate-tools-tests-maven diff --git a/test/mssql/pom.xml b/test/mssql/pom.xml index 79875dee38..b5c690250f 100644 --- a/test/mssql/pom.xml +++ b/test/mssql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.28.Final + 6.2.29-SNAPSHOT hibernate-tools-tests-mssql diff --git a/test/mysql/pom.xml b/test/mysql/pom.xml index 9714ea5848..a32200b4fd 100644 --- a/test/mysql/pom.xml +++ b/test/mysql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.28.Final + 6.2.29-SNAPSHOT hibernate-tools-tests-mysql diff --git a/test/nodb/pom.xml b/test/nodb/pom.xml index 799170c97b..c4f6e8206c 100644 --- a/test/nodb/pom.xml +++ b/test/nodb/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.28.Final + 6.2.29-SNAPSHOT hibernate-tools-tests-nodb diff --git a/test/oracle/pom.xml b/test/oracle/pom.xml index 1a0f523a2d..af350e5d0d 100644 --- a/test/oracle/pom.xml +++ b/test/oracle/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.28.Final + 6.2.29-SNAPSHOT hibernate-tools-tests-oracle diff --git a/test/pom.xml b/test/pom.xml index 391b308091..c6d795289e 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.28.Final + 6.2.29-SNAPSHOT hibernate-tools-tests-parent diff --git a/test/utils/pom.xml b/test/utils/pom.xml index 9a38e8e31d..a33266d8fc 100644 --- a/test/utils/pom.xml +++ b/test/utils/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.28.Final + 6.2.29-SNAPSHOT hibernate-tools-tests-utils diff --git a/utils/pom.xml b/utils/pom.xml index d4fd93addc..846974fa73 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.28.Final + 6.2.29-SNAPSHOT hibernate-tools-utils