diff --git a/client/api/pom.xml b/client/api/pom.xml
index b6e7c4e4b..becd848e5 100644
--- a/client/api/pom.xml
+++ b/client/api/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-client-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-client-api
diff --git a/client/generator-test/pom.xml b/client/generator-test/pom.xml
index a41d3db4a..dcb6cd0c8 100644
--- a/client/generator-test/pom.xml
+++ b/client/generator-test/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-client-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-client-generator-test
diff --git a/client/generator/pom.xml b/client/generator/pom.xml
index a3fb183c7..e06c9ba13 100644
--- a/client/generator/pom.xml
+++ b/client/generator/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-client-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-client-generator
diff --git a/client/implementation-vertx/pom.xml b/client/implementation-vertx/pom.xml
index 760630248..efcf823a0 100644
--- a/client/implementation-vertx/pom.xml
+++ b/client/implementation-vertx/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-client-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-client-implementation-vertx
diff --git a/client/implementation/pom.xml b/client/implementation/pom.xml
index 792cf6310..dd0ac6fdf 100644
--- a/client/implementation/pom.xml
+++ b/client/implementation/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-client-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-client
diff --git a/client/model-builder/pom.xml b/client/model-builder/pom.xml
index a4859ccfd..9739bdb85 100644
--- a/client/model-builder/pom.xml
+++ b/client/model-builder/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-client-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-client-model-builder
diff --git a/client/model/pom.xml b/client/model/pom.xml
index c9930f4ca..8a8268c74 100644
--- a/client/model/pom.xml
+++ b/client/model/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-client-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-client-model
diff --git a/client/pom.xml b/client/pom.xml
index 8945b7829..cc7b11ba9 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-client-parent
diff --git a/client/tck/pom.xml b/client/tck/pom.xml
index a56d92da0..6b98543ce 100644
--- a/client/tck/pom.xml
+++ b/client/tck/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-client-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-client-tck
diff --git a/common/pom.xml b/common/pom.xml
index 590b584d9..6514f8b37 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-common-parent
diff --git a/common/schema-builder/pom.xml b/common/schema-builder/pom.xml
index e852890be..e3980ed7d 100644
--- a/common/schema-builder/pom.xml
+++ b/common/schema-builder/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-common-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-schema-builder
diff --git a/common/schema-model/pom.xml b/common/schema-model/pom.xml
index 8a20dc961..492d3ead6 100644
--- a/common/schema-model/pom.xml
+++ b/common/schema-model/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-common-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-schema-model
diff --git a/docs/pom.xml b/docs/pom.xml
index c2f513c6f..cf8b860b3 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-documentation
diff --git a/pom.xml b/pom.xml
index 3176ec841..ffb9856c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
smallrye-graphql-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
pom
SmallRye: GraphQL Parent
@@ -87,7 +87,7 @@
scm:git:git@github.com:smallrye/smallrye-graphql.git
scm:git:git@github.com:smallrye/smallrye-graphql.git
https://github.com/smallrye/smallrye-graphql/
- HEAD
+ 2.10.0
diff --git a/release/pom.xml b/release/pom.xml
index 0ea0ed1c6..4d061821b 100644
--- a/release/pom.xml
+++ b/release/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-release
diff --git a/server/api/pom.xml b/server/api/pom.xml
index 81fa6c0c7..c2661eeaf 100644
--- a/server/api/pom.xml
+++ b/server/api/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-server-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-api
diff --git a/server/implementation-cdi/pom.xml b/server/implementation-cdi/pom.xml
index d4cf0ff14..b1abf5950 100644
--- a/server/implementation-cdi/pom.xml
+++ b/server/implementation-cdi/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-server-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-cdi
diff --git a/server/implementation-servlet/pom.xml b/server/implementation-servlet/pom.xml
index a1c0b4f15..6f94333e7 100644
--- a/server/implementation-servlet/pom.xml
+++ b/server/implementation-servlet/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-server-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-servlet
diff --git a/server/implementation/pom.xml b/server/implementation/pom.xml
index d8679a983..296a763d9 100644
--- a/server/implementation/pom.xml
+++ b/server/implementation/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-server-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql
diff --git a/server/integration-tests-jdk16/pom.xml b/server/integration-tests-jdk16/pom.xml
index 1644d0bf9..cee135204 100644
--- a/server/integration-tests-jdk16/pom.xml
+++ b/server/integration-tests-jdk16/pom.xml
@@ -3,7 +3,7 @@
smallrye-graphql-server-parent
io.smallrye
- 2.9.3-SNAPSHOT
+ 2.10.0
4.0.0
diff --git a/server/integration-tests/pom.xml b/server/integration-tests/pom.xml
index 7de929b42..745812a77 100644
--- a/server/integration-tests/pom.xml
+++ b/server/integration-tests/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-server-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
4.0.0
diff --git a/server/pom.xml b/server/pom.xml
index b66281a42..955424c60 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-server-parent
diff --git a/server/runner/pom.xml b/server/runner/pom.xml
index 0bc54d8be..610430476 100644
--- a/server/runner/pom.xml
+++ b/server/runner/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-server-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-runner
diff --git a/server/tck/pom.xml b/server/tck/pom.xml
index a6506f9ca..a565723ce 100644
--- a/server/tck/pom.xml
+++ b/server/tck/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-server-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-tck
diff --git a/tools/gradle-plugin/pom.xml b/tools/gradle-plugin/pom.xml
index b1bc2be3e..60a2f28b2 100644
--- a/tools/gradle-plugin/pom.xml
+++ b/tools/gradle-plugin/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-tools-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
4.0.0
diff --git a/tools/maven-plugin-tests/pom.xml b/tools/maven-plugin-tests/pom.xml
index d1e973137..f43130927 100644
--- a/tools/maven-plugin-tests/pom.xml
+++ b/tools/maven-plugin-tests/pom.xml
@@ -3,7 +3,7 @@
io.smallrye
smallrye-graphql-tools-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
4.0.0
diff --git a/tools/maven-plugin/pom.xml b/tools/maven-plugin/pom.xml
index 6239867d6..cdbbc1d8a 100644
--- a/tools/maven-plugin/pom.xml
+++ b/tools/maven-plugin/pom.xml
@@ -3,7 +3,7 @@
io.smallrye
smallrye-graphql-tools-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
4.0.0
diff --git a/tools/pom.xml b/tools/pom.xml
index ba152f629..160565b10 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-tools-parent
diff --git a/ui/graphiql/pom.xml b/ui/graphiql/pom.xml
index 4ecff753e..e5236e468 100644
--- a/ui/graphiql/pom.xml
+++ b/ui/graphiql/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-ui-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-ui-graphiql
diff --git a/ui/pom.xml b/ui/pom.xml
index 9a9835a42..73a8ff5e3 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 2.9.3-SNAPSHOT
+ 2.10.0
smallrye-graphql-ui-parent