diff --git a/client/api/pom.xml b/client/api/pom.xml
index 29f38c9b3..9d3b0c88d 100644
--- a/client/api/pom.xml
+++ b/client/api/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-client-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-client-api
diff --git a/client/generator-test/pom.xml b/client/generator-test/pom.xml
index 8cea4a578..06e75f124 100644
--- a/client/generator-test/pom.xml
+++ b/client/generator-test/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-client-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-client-generator-test
diff --git a/client/generator/pom.xml b/client/generator/pom.xml
index c82a92b35..b0a80a36a 100644
--- a/client/generator/pom.xml
+++ b/client/generator/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-client-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-client-generator
diff --git a/client/implementation-vertx/pom.xml b/client/implementation-vertx/pom.xml
index e4e6573b6..836c3166f 100644
--- a/client/implementation-vertx/pom.xml
+++ b/client/implementation-vertx/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-client-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-client-implementation-vertx
diff --git a/client/implementation/pom.xml b/client/implementation/pom.xml
index 482e4447a..0fd37b74a 100644
--- a/client/implementation/pom.xml
+++ b/client/implementation/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-client-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-client
diff --git a/client/pom.xml b/client/pom.xml
index b8d7a1d21..53b442be8 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-client-parent
diff --git a/client/tck/pom.xml b/client/tck/pom.xml
index ed2bfede0..ec6f8c7e0 100644
--- a/client/tck/pom.xml
+++ b/client/tck/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-client-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-client-tck
diff --git a/common/pom.xml b/common/pom.xml
index 6693bdee7..6d09ab141 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-common-parent
diff --git a/common/schema-builder/pom.xml b/common/schema-builder/pom.xml
index abeab4dbb..6b8b61921 100644
--- a/common/schema-builder/pom.xml
+++ b/common/schema-builder/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-common-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-schema-builder
diff --git a/common/schema-model/pom.xml b/common/schema-model/pom.xml
index 947efbb24..da4e1a310 100644
--- a/common/schema-model/pom.xml
+++ b/common/schema-model/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-common-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-schema-model
diff --git a/docs/pom.xml b/docs/pom.xml
index e66c27ff9..0c96ea5b8 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-documentation
diff --git a/pom.xml b/pom.xml
index 1b34fc1cd..032afe22e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
smallrye-graphql-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
pom
SmallRye: GraphQL Parent
@@ -74,7 +74,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
+ 1.9.5
diff --git a/release/pom.xml b/release/pom.xml
index 44c356330..425c37691 100644
--- a/release/pom.xml
+++ b/release/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-release
diff --git a/server/api/pom.xml b/server/api/pom.xml
index 1a9b1d486..baa56ed47 100644
--- a/server/api/pom.xml
+++ b/server/api/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-server-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-api
diff --git a/server/implementation-cdi/pom.xml b/server/implementation-cdi/pom.xml
index a4dfa33c3..750ca7ace 100644
--- a/server/implementation-cdi/pom.xml
+++ b/server/implementation-cdi/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-server-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-cdi
diff --git a/server/implementation-servlet/pom.xml b/server/implementation-servlet/pom.xml
index af2540509..2e6550c75 100644
--- a/server/implementation-servlet/pom.xml
+++ b/server/implementation-servlet/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-server-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-servlet
diff --git a/server/implementation/pom.xml b/server/implementation/pom.xml
index 42d31aae3..d336bf8ce 100644
--- a/server/implementation/pom.xml
+++ b/server/implementation/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-server-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql
diff --git a/server/integration-tests-jdk16/pom.xml b/server/integration-tests-jdk16/pom.xml
index 01f87f31d..6a5a203b8 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
- 1.9.5-SNAPSHOT
+ 1.9.5
4.0.0
diff --git a/server/integration-tests/pom.xml b/server/integration-tests/pom.xml
index e53fc7b9e..fe8c84f0e 100644
--- a/server/integration-tests/pom.xml
+++ b/server/integration-tests/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-server-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
4.0.0
diff --git a/server/pom.xml b/server/pom.xml
index 9a42a6b4e..ef2b3180a 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-server-parent
diff --git a/server/runner/pom.xml b/server/runner/pom.xml
index d8f4bc487..9e4e04351 100644
--- a/server/runner/pom.xml
+++ b/server/runner/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-server-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-runner
diff --git a/server/tck/pom.xml b/server/tck/pom.xml
index a06365ba7..f2f8694a9 100644
--- a/server/tck/pom.xml
+++ b/server/tck/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-server-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-tck
diff --git a/tools/gradle-plugin/pom.xml b/tools/gradle-plugin/pom.xml
index ac7f8616d..f9e4662b2 100644
--- a/tools/gradle-plugin/pom.xml
+++ b/tools/gradle-plugin/pom.xml
@@ -4,7 +4,7 @@
io.smallrye
smallrye-graphql-tools-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
4.0.0
diff --git a/tools/maven-plugin-tests/pom.xml b/tools/maven-plugin-tests/pom.xml
index c68409318..26af699a4 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
- 1.9.5-SNAPSHOT
+ 1.9.5
4.0.0
diff --git a/tools/maven-plugin/pom.xml b/tools/maven-plugin/pom.xml
index 7e3fc1d25..7faaf646a 100644
--- a/tools/maven-plugin/pom.xml
+++ b/tools/maven-plugin/pom.xml
@@ -3,7 +3,7 @@
io.smallrye
smallrye-graphql-tools-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
4.0.0
diff --git a/tools/pom.xml b/tools/pom.xml
index a63292aea..fb33e6b7d 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-tools-parent
diff --git a/ui/graphiql/pom.xml b/ui/graphiql/pom.xml
index 24be23c6d..271fb6ef6 100644
--- a/ui/graphiql/pom.xml
+++ b/ui/graphiql/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-ui-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-ui-graphiql
diff --git a/ui/pom.xml b/ui/pom.xml
index 1cf6b011f..c23f34e90 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-graphql-parent
- 1.9.5-SNAPSHOT
+ 1.9.5
smallrye-graphql-ui-parent