diff --git a/ant/pom.xml b/ant/pom.xml index 49c600351..ae968c574 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.2-SNAPSHOT + 6.6.2.Final hibernate-tools-ant diff --git a/gradle/pom.xml b/gradle/pom.xml index 6a1f62484..2e3e00e2f 100644 --- a/gradle/pom.xml +++ b/gradle/pom.xml @@ -22,7 +22,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.2-SNAPSHOT + 6.6.2.Final hibernate-tools-gradle diff --git a/jbt/pom.xml b/jbt/pom.xml index 0b47ea20f..949eeef47 100644 --- a/jbt/pom.xml +++ b/jbt/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.2-SNAPSHOT + 6.6.2.Final hibernate-tools-orm-jbt diff --git a/maven/pom.xml b/maven/pom.xml index 666e0996f..1375664cd 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.2-SNAPSHOT + 6.6.2.Final hibernate-tools-maven diff --git a/orm/pom.xml b/orm/pom.xml index 964703e02..78ada79f5 100644 --- a/orm/pom.xml +++ b/orm/pom.xml @@ -25,7 +25,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.2-SNAPSHOT + 6.6.2.Final 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 c74868009..482798fe9 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.2-SNAPSHOT"; + final static String CURRENT_VERSION = "6.6.2.Final"; } diff --git a/pom.xml b/pom.xml index 22ccf1504..f7b279dc3 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.2-SNAPSHOT + 6.6.2.Final pom diff --git a/test/common/pom.xml b/test/common/pom.xml index 60ed9d31b..0c445b29e 100644 --- a/test/common/pom.xml +++ b/test/common/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.2-SNAPSHOT + 6.6.2.Final hibernate-tools-tests-common diff --git a/test/h2/pom.xml b/test/h2/pom.xml index 612e583ca..fd18fb4f8 100644 --- a/test/h2/pom.xml +++ b/test/h2/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.2-SNAPSHOT + 6.6.2.Final hibernate-tools-tests-h2 diff --git a/test/hsql/pom.xml b/test/hsql/pom.xml index 0e397c772..32fd680a4 100644 --- a/test/hsql/pom.xml +++ b/test/hsql/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.2-SNAPSHOT + 6.6.2.Final hibernate-tools-tests-hsql diff --git a/test/maven/pom.xml b/test/maven/pom.xml index bb8d5a6cb..6c1ed95f7 100644 --- a/test/maven/pom.xml +++ b/test/maven/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.2-SNAPSHOT + 6.6.2.Final hibernate-tools-tests-maven diff --git a/test/mssql/pom.xml b/test/mssql/pom.xml index 70b2eb416..87b42aaec 100644 --- a/test/mssql/pom.xml +++ b/test/mssql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.2-SNAPSHOT + 6.6.2.Final hibernate-tools-tests-mssql diff --git a/test/mysql/pom.xml b/test/mysql/pom.xml index e648f6c41..fb09a1f4a 100644 --- a/test/mysql/pom.xml +++ b/test/mysql/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.2-SNAPSHOT + 6.6.2.Final hibernate-tools-tests-mysql diff --git a/test/nodb/pom.xml b/test/nodb/pom.xml index 29960a7b1..6680a75e2 100644 --- a/test/nodb/pom.xml +++ b/test/nodb/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.2-SNAPSHOT + 6.6.2.Final hibernate-tools-tests-nodb diff --git a/test/oracle/pom.xml b/test/oracle/pom.xml index b3db180d5..98a85a370 100644 --- a/test/oracle/pom.xml +++ b/test/oracle/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.2-SNAPSHOT + 6.6.2.Final hibernate-tools-tests-oracle diff --git a/test/pom.xml b/test/pom.xml index db3aa5b5d..f1bc58c89 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.2-SNAPSHOT + 6.6.2.Final hibernate-tools-tests-parent diff --git a/test/utils/pom.xml b/test/utils/pom.xml index e042d7133..5a68640a4 100644 --- a/test/utils/pom.xml +++ b/test/utils/pom.xml @@ -27,7 +27,7 @@ org.hibernate.tool hibernate-tools-tests-parent - 6.6.2-SNAPSHOT + 6.6.2.Final hibernate-tools-tests-utils diff --git a/utils/pom.xml b/utils/pom.xml index bdb4c0259..a5320edd5 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -21,7 +21,7 @@ org.hibernate.tool hibernate-tools-parent - 6.6.2-SNAPSHOT + 6.6.2.Final hibernate-tools-utils