diff --git a/ant/pom.xml b/ant/pom.xml index b8a38f6dde..663edceae1 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.32.Final + 6.2.33-SNAPSHOT hibernate-tools-ant diff --git a/jbt/pom.xml b/jbt/pom.xml index 13329cac77..613f7a0457 100644 --- a/jbt/pom.xml +++ b/jbt/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.32.Final + 6.2.33-SNAPSHOT hibernate-tools-orm-jbt diff --git a/maven/pom.xml b/maven/pom.xml index 5016e8af60..47eed8837b 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.32.Final + 6.2.33-SNAPSHOT hibernate-tools-maven diff --git a/orm/pom.xml b/orm/pom.xml index fc93c69e1a..53596a3a25 100644 --- a/orm/pom.xml +++ b/orm/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.32.Final + 6.2.33-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 9665b42da4..76af990931 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.32.Final"; + final static String CURRENT_VERSION = "6.2.33-SNAPSHOT"; } diff --git a/pom.xml b/pom.xml index 652a0f5c1c..3365b1d883 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.32.Final + 6.2.33-SNAPSHOT pom diff --git a/test/common/pom.xml b/test/common/pom.xml index 0a241e8719..b6d549a763 100644 --- a/test/common/pom.xml +++ b/test/common/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.32.Final + 6.2.33-SNAPSHOT hibernate-tools-tests-common diff --git a/test/h2/pom.xml b/test/h2/pom.xml index 3ad5a76940..7e6e88dddb 100644 --- a/test/h2/pom.xml +++ b/test/h2/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.32.Final + 6.2.33-SNAPSHOT hibernate-tools-tests-h2 diff --git a/test/hsql/pom.xml b/test/hsql/pom.xml index 72b9bd9c02..2c3b6120a3 100644 --- a/test/hsql/pom.xml +++ b/test/hsql/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.32.Final + 6.2.33-SNAPSHOT hibernate-tools-tests-hsql diff --git a/test/maven/pom.xml b/test/maven/pom.xml index 504f49c3f2..2eee045a2a 100644 --- a/test/maven/pom.xml +++ b/test/maven/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.32.Final + 6.2.33-SNAPSHOT hibernate-tools-tests-maven diff --git a/test/mssql/pom.xml b/test/mssql/pom.xml index a5507b605f..4a7cebf67b 100644 --- a/test/mssql/pom.xml +++ b/test/mssql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.32.Final + 6.2.33-SNAPSHOT hibernate-tools-tests-mssql diff --git a/test/mysql/pom.xml b/test/mysql/pom.xml index 2b93f85da7..5f78415731 100644 --- a/test/mysql/pom.xml +++ b/test/mysql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.32.Final + 6.2.33-SNAPSHOT hibernate-tools-tests-mysql diff --git a/test/nodb/pom.xml b/test/nodb/pom.xml index 52b7d873a3..55ed81d1cb 100644 --- a/test/nodb/pom.xml +++ b/test/nodb/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.32.Final + 6.2.33-SNAPSHOT hibernate-tools-tests-nodb diff --git a/test/oracle/pom.xml b/test/oracle/pom.xml index 9e8eaf13ba..5d05cc110b 100644 --- a/test/oracle/pom.xml +++ b/test/oracle/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.32.Final + 6.2.33-SNAPSHOT hibernate-tools-tests-oracle diff --git a/test/pom.xml b/test/pom.xml index a766a9a8c0..ab4aaa0d33 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.32.Final + 6.2.33-SNAPSHOT hibernate-tools-tests-parent diff --git a/test/utils/pom.xml b/test/utils/pom.xml index e2076fa0a2..f8cf00936b 100644 --- a/test/utils/pom.xml +++ b/test/utils/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.32.Final + 6.2.33-SNAPSHOT hibernate-tools-tests-utils diff --git a/utils/pom.xml b/utils/pom.xml index 6d1b7c0899..a74777cf90 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.32.Final + 6.2.33-SNAPSHOT hibernate-tools-utils