diff --git a/client/api/pom.xml b/client/api/pom.xml
index 865272e66..598408bab 100644
--- a/client/api/pom.xml
+++ b/client/api/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-client-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-client-api
diff --git a/client/generator-test/pom.xml b/client/generator-test/pom.xml
index e5551f854..746a7affa 100644
--- a/client/generator-test/pom.xml
+++ b/client/generator-test/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-client-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-client-generator-test
diff --git a/client/generator/pom.xml b/client/generator/pom.xml
index 286e82e53..27275dce0 100644
--- a/client/generator/pom.xml
+++ b/client/generator/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-client-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-client-generator
diff --git a/client/implementation-vertx/pom.xml b/client/implementation-vertx/pom.xml
index f7d47e4e3..cb7787c9c 100644
--- a/client/implementation-vertx/pom.xml
+++ b/client/implementation-vertx/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-client-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-client-implementation-vertx
diff --git a/client/implementation/pom.xml b/client/implementation/pom.xml
index da3aae0db..904125758 100644
--- a/client/implementation/pom.xml
+++ b/client/implementation/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-client-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-client
diff --git a/client/pom.xml b/client/pom.xml
index afa8a17c9..31a9e83e6 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-client-parent
diff --git a/client/tck/pom.xml b/client/tck/pom.xml
index 471b65c36..1a1d8d26b 100644
--- a/client/tck/pom.xml
+++ b/client/tck/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-client-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-client-tck
diff --git a/common/pom.xml b/common/pom.xml
index e86f3dc75..a369ea000 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-common-parent
diff --git a/common/schema-builder/pom.xml b/common/schema-builder/pom.xml
index a99f020e6..e7518f8f7 100644
--- a/common/schema-builder/pom.xml
+++ b/common/schema-builder/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-common-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-schema-builder
diff --git a/common/schema-model/pom.xml b/common/schema-model/pom.xml
index 1db9f2950..3295ac489 100644
--- a/common/schema-model/pom.xml
+++ b/common/schema-model/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-common-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-schema-model
diff --git a/docs/pom.xml b/docs/pom.xml
index 55f0bbe3a..5354c1485 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-documentation
diff --git a/pom.xml b/pom.xml
index 8405a9d92..30a877e39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
smallrye-graphql-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
pom
SmallRye: GraphQL Parent
@@ -84,7 +84,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/
- 2.2.1
+ 2.2.3
diff --git a/release/pom.xml b/release/pom.xml
index adb2546b8..9edbdb0aa 100644
--- a/release/pom.xml
+++ b/release/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-release
diff --git a/server/api/pom.xml b/server/api/pom.xml
index 7821cd825..16853a38a 100644
--- a/server/api/pom.xml
+++ b/server/api/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-server-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-api
diff --git a/server/implementation-cdi/pom.xml b/server/implementation-cdi/pom.xml
index 772ea7207..3995f2d92 100644
--- a/server/implementation-cdi/pom.xml
+++ b/server/implementation-cdi/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-server-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-cdi
diff --git a/server/implementation-servlet/pom.xml b/server/implementation-servlet/pom.xml
index b9e9f5bd2..23cf1b42a 100644
--- a/server/implementation-servlet/pom.xml
+++ b/server/implementation-servlet/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-server-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-servlet
diff --git a/server/implementation/pom.xml b/server/implementation/pom.xml
index 95942d0f9..12124f8e0 100644
--- a/server/implementation/pom.xml
+++ b/server/implementation/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-server-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql
diff --git a/server/integration-tests-jdk16/pom.xml b/server/integration-tests-jdk16/pom.xml
index e018281a8..6e32bbafc 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.2.3-SNAPSHOT
+ 2.2.3
4.0.0
diff --git a/server/integration-tests/pom.xml b/server/integration-tests/pom.xml
index 9fcc0a7b4..6c10b669b 100644
--- a/server/integration-tests/pom.xml
+++ b/server/integration-tests/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-server-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
4.0.0
diff --git a/server/pom.xml b/server/pom.xml
index 67b9e5add..f9f460fda 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-server-parent
diff --git a/server/runner/pom.xml b/server/runner/pom.xml
index 3c2d9a7f1..069de20c9 100644
--- a/server/runner/pom.xml
+++ b/server/runner/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-server-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-runner
diff --git a/server/tck/pom.xml b/server/tck/pom.xml
index 928553d67..81fcfde7a 100644
--- a/server/tck/pom.xml
+++ b/server/tck/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-server-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-tck
diff --git a/tools/gradle-plugin/pom.xml b/tools/gradle-plugin/pom.xml
index a6011a79e..6c0807def 100644
--- a/tools/gradle-plugin/pom.xml
+++ b/tools/gradle-plugin/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-tools-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
4.0.0
diff --git a/tools/maven-plugin-tests/pom.xml b/tools/maven-plugin-tests/pom.xml
index bf17b2503..450572341 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.2.3-SNAPSHOT
+ 2.2.3
4.0.0
diff --git a/tools/maven-plugin/pom.xml b/tools/maven-plugin/pom.xml
index b62a83b14..abbd51b01 100644
--- a/tools/maven-plugin/pom.xml
+++ b/tools/maven-plugin/pom.xml
@@ -3,7 +3,7 @@
io.smallrye
smallrye-graphql-tools-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
4.0.0
diff --git a/tools/pom.xml b/tools/pom.xml
index 209b2b4a2..3cceeea4f 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-tools-parent
diff --git a/ui/graphiql/pom.xml b/ui/graphiql/pom.xml
index 994746152..d62458eb7 100644
--- a/ui/graphiql/pom.xml
+++ b/ui/graphiql/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-ui-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-ui-graphiql
diff --git a/ui/pom.xml b/ui/pom.xml
index 5c528a47c..4f50e207f 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 2.2.3-SNAPSHOT
+ 2.2.3
smallrye-graphql-ui-parent