diff --git a/ant/pom.xml b/ant/pom.xml index 6c7a5f1620..49c6003519 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.1.Final + 6.6.2-SNAPSHOT hibernate-tools-ant diff --git a/gradle/pom.xml b/gradle/pom.xml index dd15743b11..6a1f624848 100644 --- a/gradle/pom.xml +++ b/gradle/pom.xml @@ -22,7 +22,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.1.Final + 6.6.2-SNAPSHOT hibernate-tools-gradle diff --git a/jbt/pom.xml b/jbt/pom.xml index c4445d0f76..0b47ea20f8 100644 --- a/jbt/pom.xml +++ b/jbt/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.1.Final + 6.6.2-SNAPSHOT hibernate-tools-orm-jbt diff --git a/maven/pom.xml b/maven/pom.xml index 8852abbff7..666e0996ff 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.1.Final + 6.6.2-SNAPSHOT hibernate-tools-maven diff --git a/orm/pom.xml b/orm/pom.xml index 402d97617a..964703e02a 100644 --- a/orm/pom.xml +++ b/orm/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.1.Final + 6.6.2-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 372d12cddb..c748680094 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.6.1.Final"; + final static String CURRENT_VERSION = "6.6.2-SNAPSHOT"; } diff --git a/pom.xml b/pom.xml index f37d5a1d9c..6d853e620f 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.1.Final + 6.6.2-SNAPSHOT pom diff --git a/test/common/pom.xml b/test/common/pom.xml index 3f124a3575..60ed9d31b4 100644 --- a/test/common/pom.xml +++ b/test/common/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.1.Final + 6.6.2-SNAPSHOT hibernate-tools-tests-common diff --git a/test/h2/pom.xml b/test/h2/pom.xml index 22fefd54f8..612e583ca4 100644 --- a/test/h2/pom.xml +++ b/test/h2/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.1.Final + 6.6.2-SNAPSHOT hibernate-tools-tests-h2 diff --git a/test/hsql/pom.xml b/test/hsql/pom.xml index bf6eac10ac..0e397c7724 100644 --- a/test/hsql/pom.xml +++ b/test/hsql/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.1.Final + 6.6.2-SNAPSHOT hibernate-tools-tests-hsql diff --git a/test/maven/pom.xml b/test/maven/pom.xml index 21b59519e4..bb8d5a6cb3 100644 --- a/test/maven/pom.xml +++ b/test/maven/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.1.Final + 6.6.2-SNAPSHOT hibernate-tools-tests-maven diff --git a/test/mssql/pom.xml b/test/mssql/pom.xml index 1db530a60c..70b2eb4167 100644 --- a/test/mssql/pom.xml +++ b/test/mssql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.1.Final + 6.6.2-SNAPSHOT hibernate-tools-tests-mssql diff --git a/test/mysql/pom.xml b/test/mysql/pom.xml index dee3475309..e648f6c411 100644 --- a/test/mysql/pom.xml +++ b/test/mysql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.1.Final + 6.6.2-SNAPSHOT hibernate-tools-tests-mysql diff --git a/test/nodb/pom.xml b/test/nodb/pom.xml index 27a10bd61c..29960a7b12 100644 --- a/test/nodb/pom.xml +++ b/test/nodb/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.1.Final + 6.6.2-SNAPSHOT hibernate-tools-tests-nodb diff --git a/test/oracle/pom.xml b/test/oracle/pom.xml index 8384fe4d7a..b3db180d56 100644 --- a/test/oracle/pom.xml +++ b/test/oracle/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.1.Final + 6.6.2-SNAPSHOT hibernate-tools-tests-oracle diff --git a/test/pom.xml b/test/pom.xml index fa4e347b20..db3aa5b5d0 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.1.Final + 6.6.2-SNAPSHOT hibernate-tools-tests-parent diff --git a/test/utils/pom.xml b/test/utils/pom.xml index 91ebb48676..e042d7133c 100644 --- a/test/utils/pom.xml +++ b/test/utils/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.1.Final + 6.6.2-SNAPSHOT hibernate-tools-tests-utils diff --git a/utils/pom.xml b/utils/pom.xml index a471b662ab..bdb4c02599 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.1.Final + 6.6.2-SNAPSHOT hibernate-tools-utils