diff --git a/ant/pom.xml b/ant/pom.xml
index 8f472b20ba..eebf7be563 100644
--- a/ant/pom.xml
+++ b/ant/pom.xml
@@ -21,7 +21,7 @@
org.hibernate.tool
hibernate-tools-parent
- 6.4.3-SNAPSHOT
+ 6.4.3.Final
hibernate-tools-ant
diff --git a/jbt/pom.xml b/jbt/pom.xml
index 16d9f9f108..1862ec7661 100644
--- a/jbt/pom.xml
+++ b/jbt/pom.xml
@@ -25,7 +25,7 @@
org.hibernate.tool
hibernate-tools-parent
- 6.4.3-SNAPSHOT
+ 6.4.3.Final
hibernate-tools-orm-jbt
diff --git a/maven/pom.xml b/maven/pom.xml
index 2b18aa570f..fe5c0af22a 100644
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -21,7 +21,7 @@
org.hibernate.tool
hibernate-tools-parent
- 6.4.3-SNAPSHOT
+ 6.4.3.Final
hibernate-tools-maven
diff --git a/orm/pom.xml b/orm/pom.xml
index 8f726ba3e6..930aaa1412 100644
--- a/orm/pom.xml
+++ b/orm/pom.xml
@@ -25,7 +25,7 @@
org.hibernate.tool
hibernate-tools-parent
- 6.4.3-SNAPSHOT
+ 6.4.3.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 9bf5318bfe..f596869f34 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.4.3-SNAPSHOT";
+ final static String CURRENT_VERSION = "6.4.3.Final";
}
diff --git a/pom.xml b/pom.xml
index 08ac45d202..309c877670 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
org.hibernate.tool
hibernate-tools-parent
- 6.4.3-SNAPSHOT
+ 6.4.3.Final
pom
diff --git a/test/common/pom.xml b/test/common/pom.xml
index 717ee1c0c8..51f560ba36 100644
--- a/test/common/pom.xml
+++ b/test/common/pom.xml
@@ -28,7 +28,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 6.4.3-SNAPSHOT
+ 6.4.3.Final
hibernate-tools-tests-common
diff --git a/test/h2/pom.xml b/test/h2/pom.xml
index c88c9e735f..f540cf270a 100644
--- a/test/h2/pom.xml
+++ b/test/h2/pom.xml
@@ -28,7 +28,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 6.4.3-SNAPSHOT
+ 6.4.3.Final
hibernate-tools-tests-h2
diff --git a/test/hsql/pom.xml b/test/hsql/pom.xml
index 4cf475f18c..b51b498e2e 100644
--- a/test/hsql/pom.xml
+++ b/test/hsql/pom.xml
@@ -27,7 +27,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 6.4.3-SNAPSHOT
+ 6.4.3.Final
hibernate-tools-tests-hsql
diff --git a/test/maven/pom.xml b/test/maven/pom.xml
index 80eb6ed106..105314d9dc 100644
--- a/test/maven/pom.xml
+++ b/test/maven/pom.xml
@@ -28,7 +28,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 6.4.3-SNAPSHOT
+ 6.4.3.Final
hibernate-tools-tests-maven
diff --git a/test/mssql/pom.xml b/test/mssql/pom.xml
index 0e1b225c1f..b65f939810 100644
--- a/test/mssql/pom.xml
+++ b/test/mssql/pom.xml
@@ -28,7 +28,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 6.4.3-SNAPSHOT
+ 6.4.3.Final
hibernate-tools-tests-mssql
diff --git a/test/mysql/pom.xml b/test/mysql/pom.xml
index fde93a76f9..b684b9ec2b 100644
--- a/test/mysql/pom.xml
+++ b/test/mysql/pom.xml
@@ -28,7 +28,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 6.4.3-SNAPSHOT
+ 6.4.3.Final
hibernate-tools-tests-mysql
diff --git a/test/nodb/pom.xml b/test/nodb/pom.xml
index 6f3e1a060b..86965745a2 100644
--- a/test/nodb/pom.xml
+++ b/test/nodb/pom.xml
@@ -27,7 +27,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 6.4.3-SNAPSHOT
+ 6.4.3.Final
hibernate-tools-tests-nodb
diff --git a/test/oracle/pom.xml b/test/oracle/pom.xml
index 0fac086360..468110d512 100644
--- a/test/oracle/pom.xml
+++ b/test/oracle/pom.xml
@@ -28,7 +28,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 6.4.3-SNAPSHOT
+ 6.4.3.Final
hibernate-tools-tests-oracle
diff --git a/test/pom.xml b/test/pom.xml
index 36a71d769d..ec46dabd23 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -28,7 +28,7 @@
org.hibernate.tool
hibernate-tools-parent
- 6.4.3-SNAPSHOT
+ 6.4.3.Final
hibernate-tools-tests-parent
diff --git a/test/utils/pom.xml b/test/utils/pom.xml
index e591274ff6..08ccc0c5c2 100644
--- a/test/utils/pom.xml
+++ b/test/utils/pom.xml
@@ -27,7 +27,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 6.4.3-SNAPSHOT
+ 6.4.3.Final
hibernate-tools-tests-utils
diff --git a/utils/pom.xml b/utils/pom.xml
index 3866b20968..241d3f49e7 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -21,7 +21,7 @@
org.hibernate.tool
hibernate-tools-parent
- 6.4.3-SNAPSHOT
+ 6.4.3.Final
hibernate-tools-utils