diff --git a/client/all/pom.xml b/client/all/pom.xml index 2e93ae5b2..4bedb9827 100644 --- a/client/all/pom.xml +++ b/client/all/pom.xml @@ -3,7 +3,7 @@ smallrye-graphql-client-parent io.smallrye - 1.0.17-SNAPSHOT + 1.0.17 4.0.0 diff --git a/client/api/pom.xml b/client/api/pom.xml index 66819678f..c615cf9ec 100644 --- a/client/api/pom.xml +++ b/client/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-client-api diff --git a/client/generator-test/pom.xml b/client/generator-test/pom.xml index 2731b1c63..7d7284d42 100644 --- a/client/generator-test/pom.xml +++ b/client/generator-test/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-client-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-client-generator-test diff --git a/client/generator/pom.xml b/client/generator/pom.xml index 535d3335c..5a7811c02 100644 --- a/client/generator/pom.xml +++ b/client/generator/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-client-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-client-generator diff --git a/client/implementation/pom.xml b/client/implementation/pom.xml index 133787113..55f8090ef 100644 --- a/client/implementation/pom.xml +++ b/client/implementation/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-client diff --git a/client/pom.xml b/client/pom.xml index b641a704d..a09614b8b 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-client-parent diff --git a/client/tck/pom.xml b/client/tck/pom.xml index 56a4c1f9c..7261a22d9 100644 --- a/client/tck/pom.xml +++ b/client/tck/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-client-tck diff --git a/common/pom.xml b/common/pom.xml index 397ec1c6f..192361634 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-common-parent diff --git a/common/schema-builder/pom.xml b/common/schema-builder/pom.xml index 06bbf7218..b6a120f8a 100644 --- a/common/schema-builder/pom.xml +++ b/common/schema-builder/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-common-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-schema-builder diff --git a/common/schema-model/pom.xml b/common/schema-model/pom.xml index 7eb0c3a5b..2803e36ee 100644 --- a/common/schema-model/pom.xml +++ b/common/schema-model/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-common-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-schema-model diff --git a/pom.xml b/pom.xml index a3ca6c016..952bf34af 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ smallrye-graphql-parent - 1.0.17-SNAPSHOT + 1.0.17 pom SmallRye: GraphQL Parent @@ -47,7 +47,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.0.17 diff --git a/power-annotations/annotations/pom.xml b/power-annotations/annotations/pom.xml index 1464b3f30..a9480e4bf 100644 --- a/power-annotations/annotations/pom.xml +++ b/power-annotations/annotations/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 io.smallrye smallrye-power-annotations-parent - 1.0.17-SNAPSHOT + 1.0.17 power-annotations diff --git a/power-annotations/common/pom.xml b/power-annotations/common/pom.xml index 156f8ebba..c1cb76b2d 100644 --- a/power-annotations/common/pom.xml +++ b/power-annotations/common/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 io.smallrye smallrye-power-annotations-parent - 1.0.17-SNAPSHOT + 1.0.17 power-annotations-common diff --git a/power-annotations/maven-plugin/pom.xml b/power-annotations/maven-plugin/pom.xml index 50018273d..ad5a89bfa 100644 --- a/power-annotations/maven-plugin/pom.xml +++ b/power-annotations/maven-plugin/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-parent - 1.0.17-SNAPSHOT + 1.0.17 power-jandex-maven-plugin diff --git a/power-annotations/pom.xml b/power-annotations/pom.xml index 12c5dacb7..c5355f839 100644 --- a/power-annotations/pom.xml +++ b/power-annotations/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-power-annotations-parent diff --git a/release/pom.xml b/release/pom.xml index 58df205ba..7f44d040c 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-release diff --git a/server/api/pom.xml b/server/api/pom.xml index 04fb21e23..3adb0da00 100644 --- a/server/api/pom.xml +++ b/server/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-api diff --git a/server/implementation-cdi/pom.xml b/server/implementation-cdi/pom.xml index 51da1920e..92c6732b9 100644 --- a/server/implementation-cdi/pom.xml +++ b/server/implementation-cdi/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-cdi diff --git a/server/implementation-servlet/pom.xml b/server/implementation-servlet/pom.xml index 1cabe33a8..4ab9c11f4 100644 --- a/server/implementation-servlet/pom.xml +++ b/server/implementation-servlet/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-servlet diff --git a/server/implementation/pom.xml b/server/implementation/pom.xml index e74a69765..68c640d8b 100644 --- a/server/implementation/pom.xml +++ b/server/implementation/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql diff --git a/server/integration-tests/pom.xml b/server/integration-tests/pom.xml index c12a7a80c..60acfb6a3 100644 --- a/server/integration-tests/pom.xml +++ b/server/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-server-parent - 1.0.17-SNAPSHOT + 1.0.17 4.0.0 diff --git a/server/load-tests/pom.xml b/server/load-tests/pom.xml index fcf4f1039..d9c1bdb3a 100644 --- a/server/load-tests/pom.xml +++ b/server/load-tests/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-server-parent - 1.0.17-SNAPSHOT + 1.0.17 4.0.0 diff --git a/server/pom.xml b/server/pom.xml index 3ca69e43e..827cab555 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-server-parent diff --git a/server/runner/pom.xml b/server/runner/pom.xml index 93fd0e2a6..046657ad0 100644 --- a/server/runner/pom.xml +++ b/server/runner/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-runner diff --git a/server/tck/pom.xml b/server/tck/pom.xml index e8b536a19..9cd62b4b5 100644 --- a/server/tck/pom.xml +++ b/server/tck/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-server-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-tck diff --git a/tools/gradle-plugin/pom.xml b/tools/gradle-plugin/pom.xml index 1c2802618..e2c2f0d06 100644 --- a/tools/gradle-plugin/pom.xml +++ b/tools/gradle-plugin/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-tools-parent - 1.0.17-SNAPSHOT + 1.0.17 4.0.0 diff --git a/tools/maven-plugin/pom.xml b/tools/maven-plugin/pom.xml index 0804913c8..20ddbb1f9 100644 --- a/tools/maven-plugin/pom.xml +++ b/tools/maven-plugin/pom.xml @@ -3,7 +3,7 @@ io.smallrye smallrye-graphql-tools-parent - 1.0.17-SNAPSHOT + 1.0.17 4.0.0 diff --git a/tools/pom.xml b/tools/pom.xml index 5fdda34ea..11a362011 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-tools-parent diff --git a/ui/graphiql/pom.xml b/ui/graphiql/pom.xml index 871039df2..4e68b3116 100644 --- a/ui/graphiql/pom.xml +++ b/ui/graphiql/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-ui-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-ui-graphiql diff --git a/ui/pom.xml b/ui/pom.xml index 15303b81b..4027e93ac 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.0.17-SNAPSHOT + 1.0.17 smallrye-graphql-ui-parent