diff --git a/ant/pom.xml b/ant/pom.xml index ddc1a576d5..20d2f97d32 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.20.Final + 6.2.21-SNAPSHOT hibernate-tools-ant diff --git a/jbt/pom.xml b/jbt/pom.xml index 8f22fb3827..3ad3e85791 100644 --- a/jbt/pom.xml +++ b/jbt/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.20.Final + 6.2.21-SNAPSHOT hibernate-tools-orm-jbt diff --git a/maven/pom.xml b/maven/pom.xml index c5eeaa533f..76668bd834 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.20.Final + 6.2.21-SNAPSHOT hibernate-tools-maven diff --git a/orm/pom.xml b/orm/pom.xml index a128f9ae84..3503cf45f0 100644 --- a/orm/pom.xml +++ b/orm/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.20.Final + 6.2.21-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 c6616838ff..337402bc62 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.20.Final"; + final static String CURRENT_VERSION = "6.2.21-SNAPSHOT"; } diff --git a/pom.xml b/pom.xml index ee62a4a81d..8ca08173fb 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.20.Final + 6.2.21-SNAPSHOT pom diff --git a/test/common/pom.xml b/test/common/pom.xml index 13c0df1b5e..19ec458fec 100644 --- a/test/common/pom.xml +++ b/test/common/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.20.Final + 6.2.21-SNAPSHOT hibernate-tools-tests-common diff --git a/test/h2/pom.xml b/test/h2/pom.xml index c1dc5eba1c..3c25f40cbb 100644 --- a/test/h2/pom.xml +++ b/test/h2/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.20.Final + 6.2.21-SNAPSHOT hibernate-tools-tests-h2 diff --git a/test/hsql/pom.xml b/test/hsql/pom.xml index a63a5890c6..55ee51df4c 100644 --- a/test/hsql/pom.xml +++ b/test/hsql/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.20.Final + 6.2.21-SNAPSHOT hibernate-tools-tests-hsql diff --git a/test/maven/pom.xml b/test/maven/pom.xml index f23352b9d4..3f3effbe65 100644 --- a/test/maven/pom.xml +++ b/test/maven/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.20.Final + 6.2.21-SNAPSHOT hibernate-tools-tests-maven diff --git a/test/mssql/pom.xml b/test/mssql/pom.xml index 1c9a0b639e..5f4578fc46 100644 --- a/test/mssql/pom.xml +++ b/test/mssql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.20.Final + 6.2.21-SNAPSHOT hibernate-tools-tests-mssql diff --git a/test/mysql/pom.xml b/test/mysql/pom.xml index 18a9d25aa5..aac2849f69 100644 --- a/test/mysql/pom.xml +++ b/test/mysql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.20.Final + 6.2.21-SNAPSHOT hibernate-tools-tests-mysql diff --git a/test/nodb/pom.xml b/test/nodb/pom.xml index 147f505422..7e396f7855 100644 --- a/test/nodb/pom.xml +++ b/test/nodb/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.20.Final + 6.2.21-SNAPSHOT hibernate-tools-tests-nodb diff --git a/test/oracle/pom.xml b/test/oracle/pom.xml index 4ba8fc6c93..4df77dddd0 100644 --- a/test/oracle/pom.xml +++ b/test/oracle/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.20.Final + 6.2.21-SNAPSHOT hibernate-tools-tests-oracle diff --git a/test/pom.xml b/test/pom.xml index 2d74981953..4d33a56266 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.20.Final + 6.2.21-SNAPSHOT hibernate-tools-tests-parent diff --git a/test/utils/pom.xml b/test/utils/pom.xml index 4af1c45f98..09a86b1754 100644 --- a/test/utils/pom.xml +++ b/test/utils/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.2.20.Final + 6.2.21-SNAPSHOT hibernate-tools-tests-utils diff --git a/utils/pom.xml b/utils/pom.xml index 01fbd58cdc..687bdcd73a 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.2.20.Final + 6.2.21-SNAPSHOT hibernate-tools-utils