diff --git a/client/api/pom.xml b/client/api/pom.xml index 613a1fd54..05997d960 100644 --- a/client/api/pom.xml +++ b/client/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-client-api diff --git a/client/generator-test/pom.xml b/client/generator-test/pom.xml index d903087f7..f82a7b2f9 100644 --- a/client/generator-test/pom.xml +++ b/client/generator-test/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-client-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-client-generator-test diff --git a/client/generator/pom.xml b/client/generator/pom.xml index 923655bdd..ab2ba4789 100644 --- a/client/generator/pom.xml +++ b/client/generator/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-client-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-client-generator diff --git a/client/implementation-vertx/pom.xml b/client/implementation-vertx/pom.xml index c841560c1..10ad00e1b 100644 --- a/client/implementation-vertx/pom.xml +++ b/client/implementation-vertx/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-client-implementation-vertx diff --git a/client/implementation/pom.xml b/client/implementation/pom.xml index e1337d390..9a67b2d4e 100644 --- a/client/implementation/pom.xml +++ b/client/implementation/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-client diff --git a/client/model-builder/pom.xml b/client/model-builder/pom.xml index de5c09ba9..f8885d768 100644 --- a/client/model-builder/pom.xml +++ b/client/model-builder/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 io.smallrye smallrye-graphql-client-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-client-model-builder diff --git a/client/model/pom.xml b/client/model/pom.xml index bc7098834..be711bad7 100644 --- a/client/model/pom.xml +++ b/client/model/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-client-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-client-model diff --git a/client/pom.xml b/client/pom.xml index 0fd9884ba..be22d46ed 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-client-parent diff --git a/client/tck/pom.xml b/client/tck/pom.xml index 93f303c41..904e1918e 100644 --- a/client/tck/pom.xml +++ b/client/tck/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-client-tck diff --git a/common/pom.xml b/common/pom.xml index f77cab4b3..96a9cb92d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-common-parent diff --git a/common/schema-builder/pom.xml b/common/schema-builder/pom.xml index 19d1764e0..4e52af09c 100644 --- a/common/schema-builder/pom.xml +++ b/common/schema-builder/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-common-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-schema-builder diff --git a/common/schema-model/pom.xml b/common/schema-model/pom.xml index 5c0970609..58aae4c2f 100644 --- a/common/schema-model/pom.xml +++ b/common/schema-model/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-common-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-schema-model diff --git a/docs/pom.xml b/docs/pom.xml index eda192c62..6ed362904 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-documentation diff --git a/pom.xml b/pom.xml index c50a3c2c7..84ca5311f 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ smallrye-graphql-parent - 2.8.0-SNAPSHOT + 2.8.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.8.0 diff --git a/release/pom.xml b/release/pom.xml index bc78ac910..560fd4f50 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-release diff --git a/server/api/pom.xml b/server/api/pom.xml index a1b7918ed..c3f29ad80 100644 --- a/server/api/pom.xml +++ b/server/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-api diff --git a/server/implementation-cdi/pom.xml b/server/implementation-cdi/pom.xml index 29b192a0a..b63903aec 100644 --- a/server/implementation-cdi/pom.xml +++ b/server/implementation-cdi/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-cdi diff --git a/server/implementation-servlet/pom.xml b/server/implementation-servlet/pom.xml index 169560853..fe1ba1303 100644 --- a/server/implementation-servlet/pom.xml +++ b/server/implementation-servlet/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-servlet diff --git a/server/implementation/pom.xml b/server/implementation/pom.xml index 9c613cf52..3ecb99eba 100644 --- a/server/implementation/pom.xml +++ b/server/implementation/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql diff --git a/server/integration-tests-jdk16/pom.xml b/server/integration-tests-jdk16/pom.xml index eac9c7db5..044ee875e 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.8.0-SNAPSHOT + 2.8.0 4.0.0 diff --git a/server/integration-tests/pom.xml b/server/integration-tests/pom.xml index 676600ccf..b89fe1128 100644 --- a/server/integration-tests/pom.xml +++ b/server/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-server-parent - 2.8.0-SNAPSHOT + 2.8.0 4.0.0 diff --git a/server/pom.xml b/server/pom.xml index 75c8c23c9..d914d63cc 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-server-parent diff --git a/server/runner/pom.xml b/server/runner/pom.xml index 83d10715e..b6c420dc8 100644 --- a/server/runner/pom.xml +++ b/server/runner/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-runner diff --git a/server/tck/pom.xml b/server/tck/pom.xml index 25b9d8486..1c7ac4c7f 100644 --- a/server/tck/pom.xml +++ b/server/tck/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-server-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-tck diff --git a/tools/gradle-plugin/pom.xml b/tools/gradle-plugin/pom.xml index 4e27485aa..77804a7a7 100644 --- a/tools/gradle-plugin/pom.xml +++ b/tools/gradle-plugin/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-tools-parent - 2.8.0-SNAPSHOT + 2.8.0 4.0.0 diff --git a/tools/maven-plugin-tests/pom.xml b/tools/maven-plugin-tests/pom.xml index fcdd8702a..bd78d9841 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.8.0-SNAPSHOT + 2.8.0 4.0.0 diff --git a/tools/maven-plugin/pom.xml b/tools/maven-plugin/pom.xml index 8b5b336fe..e965d1494 100644 --- a/tools/maven-plugin/pom.xml +++ b/tools/maven-plugin/pom.xml @@ -3,7 +3,7 @@ io.smallrye smallrye-graphql-tools-parent - 2.8.0-SNAPSHOT + 2.8.0 4.0.0 diff --git a/tools/pom.xml b/tools/pom.xml index f840ab8ad..859bbb404 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-tools-parent diff --git a/ui/graphiql/pom.xml b/ui/graphiql/pom.xml index b564dbb51..3915e05ff 100644 --- a/ui/graphiql/pom.xml +++ b/ui/graphiql/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-ui-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-ui-graphiql diff --git a/ui/pom.xml b/ui/pom.xml index 5b4ee1f65..0e0f0d89d 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 2.8.0-SNAPSHOT + 2.8.0 smallrye-graphql-ui-parent