diff --git a/ant/pom.xml b/ant/pom.xml
index f39e64ad5a..d85242da5a 100644
--- a/ant/pom.xml
+++ b/ant/pom.xml
@@ -21,7 +21,7 @@
org.hibernate.tool
hibernate-tools-parent
- 7.0.0.Beta1
+ 7.0.0-SNAPSHOT
hibernate-tools-ant
diff --git a/gradle/pom.xml b/gradle/pom.xml
index f0a4e4303e..a5a50e12c8 100644
--- a/gradle/pom.xml
+++ b/gradle/pom.xml
@@ -22,7 +22,7 @@
org.hibernate.tool
hibernate-tools-parent
- 7.0.0.Beta1
+ 7.0.0-SNAPSHOT
hibernate-tools-gradle
diff --git a/jbt/pom.xml b/jbt/pom.xml
index 167717cb96..982f91917b 100644
--- a/jbt/pom.xml
+++ b/jbt/pom.xml
@@ -25,7 +25,7 @@
org.hibernate.tool
hibernate-tools-parent
- 7.0.0.Beta1
+ 7.0.0-SNAPSHOT
hibernate-tools-orm-jbt
diff --git a/maven/pom.xml b/maven/pom.xml
index d97f8f394d..412de5dcd2 100644
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -21,7 +21,7 @@
org.hibernate.tool
hibernate-tools-parent
- 7.0.0.Beta1
+ 7.0.0-SNAPSHOT
hibernate-tools-maven
diff --git a/orm/pom.xml b/orm/pom.xml
index e11beaec2c..80f76661f6 100644
--- a/orm/pom.xml
+++ b/orm/pom.xml
@@ -25,7 +25,7 @@
org.hibernate.tool
hibernate-tools-parent
- 7.0.0.Beta1
+ 7.0.0-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 f1bfc84242..572f8029f3 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 = "7.0.0.Beta1";
+ final static String CURRENT_VERSION = "7.0.0-SNAPSHOT";
}
diff --git a/pom.xml b/pom.xml
index 2b7e38562d..ef4e1bc6d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
org.hibernate.tool
hibernate-tools-parent
- 7.0.0.Beta1
+ 7.0.0-SNAPSHOT
pom
diff --git a/test/common/pom.xml b/test/common/pom.xml
index d8a86bc558..468d59a696 100644
--- a/test/common/pom.xml
+++ b/test/common/pom.xml
@@ -28,7 +28,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 7.0.0.Beta1
+ 7.0.0-SNAPSHOT
hibernate-tools-tests-common
diff --git a/test/h2/pom.xml b/test/h2/pom.xml
index 0c164dd9bd..3cdbc9f8d7 100644
--- a/test/h2/pom.xml
+++ b/test/h2/pom.xml
@@ -28,7 +28,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 7.0.0.Beta1
+ 7.0.0-SNAPSHOT
hibernate-tools-tests-h2
diff --git a/test/hsql/pom.xml b/test/hsql/pom.xml
index ef99700e11..31ad907b22 100644
--- a/test/hsql/pom.xml
+++ b/test/hsql/pom.xml
@@ -27,7 +27,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 7.0.0.Beta1
+ 7.0.0-SNAPSHOT
hibernate-tools-tests-hsql
diff --git a/test/maven/pom.xml b/test/maven/pom.xml
index 5b5bc2a5bb..129915df7d 100644
--- a/test/maven/pom.xml
+++ b/test/maven/pom.xml
@@ -28,7 +28,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 7.0.0.Beta1
+ 7.0.0-SNAPSHOT
hibernate-tools-tests-maven
diff --git a/test/mssql/pom.xml b/test/mssql/pom.xml
index c1b9c7d298..952ae624ff 100644
--- a/test/mssql/pom.xml
+++ b/test/mssql/pom.xml
@@ -28,7 +28,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 7.0.0.Beta1
+ 7.0.0-SNAPSHOT
hibernate-tools-tests-mssql
diff --git a/test/mysql/pom.xml b/test/mysql/pom.xml
index a50a991180..a81088e7f5 100644
--- a/test/mysql/pom.xml
+++ b/test/mysql/pom.xml
@@ -28,7 +28,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 7.0.0.Beta1
+ 7.0.0-SNAPSHOT
hibernate-tools-tests-mysql
diff --git a/test/nodb/pom.xml b/test/nodb/pom.xml
index efced1de3e..0e05753140 100644
--- a/test/nodb/pom.xml
+++ b/test/nodb/pom.xml
@@ -27,7 +27,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 7.0.0.Beta1
+ 7.0.0-SNAPSHOT
hibernate-tools-tests-nodb
diff --git a/test/oracle/pom.xml b/test/oracle/pom.xml
index ddf582ed6b..1482e27c75 100644
--- a/test/oracle/pom.xml
+++ b/test/oracle/pom.xml
@@ -28,7 +28,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 7.0.0.Beta1
+ 7.0.0-SNAPSHOT
hibernate-tools-tests-oracle
diff --git a/test/pom.xml b/test/pom.xml
index 575255572c..8f89a509b9 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -28,7 +28,7 @@
org.hibernate.tool
hibernate-tools-parent
- 7.0.0.Beta1
+ 7.0.0-SNAPSHOT
hibernate-tools-tests-parent
diff --git a/test/utils/pom.xml b/test/utils/pom.xml
index 4ae14b7eb6..2d49e6ab15 100644
--- a/test/utils/pom.xml
+++ b/test/utils/pom.xml
@@ -27,7 +27,7 @@
org.hibernate.tool
hibernate-tools-tests-parent
- 7.0.0.Beta1
+ 7.0.0-SNAPSHOT
hibernate-tools-tests-utils
diff --git a/utils/pom.xml b/utils/pom.xml
index 002b2a564a..381fad5cb2 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -21,7 +21,7 @@
org.hibernate.tool
hibernate-tools-parent
- 7.0.0.Beta1
+ 7.0.0-SNAPSHOT
hibernate-tools-utils