From dce029538e11af62d2b072a2debf7f4a18bf908e Mon Sep 17 00:00:00 2001 From: SmallRye CI Date: Mon, 2 May 2022 05:52:37 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 2.0.0.RC1 --- client/api/pom.xml | 2 +- client/generator-test/pom.xml | 2 +- client/generator/pom.xml | 2 +- client/implementation-vertx/pom.xml | 2 +- client/implementation/pom.xml | 2 +- client/pom.xml | 2 +- client/tck/pom.xml | 2 +- common/pom.xml | 2 +- common/schema-builder/pom.xml | 2 +- common/schema-model/pom.xml | 2 +- docs/pom.xml | 2 +- pom.xml | 4 ++-- power-annotations/annotations/pom.xml | 2 +- power-annotations/common/pom.xml | 2 +- power-annotations/maven-plugin/pom.xml | 2 +- power-annotations/pom.xml | 2 +- power-annotations/scanner/pom.xml | 2 +- power-annotations/tck/pom.xml | 2 +- power-annotations/utils/api/pom.xml | 2 +- power-annotations/utils/jandex/pom.xml | 2 +- power-annotations/utils/pom.xml | 2 +- release/pom.xml | 2 +- server/api/pom.xml | 2 +- server/federation/api/pom.xml | 2 +- server/federation/pom.xml | 2 +- server/federation/runtime/pom.xml | 2 +- server/implementation-cdi/pom.xml | 2 +- server/implementation-servlet/pom.xml | 2 +- server/implementation/pom.xml | 2 +- server/integration-tests-jdk16/pom.xml | 2 +- server/integration-tests/pom.xml | 2 +- server/pom.xml | 2 +- server/runner/pom.xml | 2 +- server/tck/pom.xml | 2 +- tools/gradle-plugin/pom.xml | 2 +- tools/maven-plugin-tests/pom.xml | 2 +- tools/maven-plugin/pom.xml | 2 +- tools/pom.xml | 2 +- ui/graphiql/pom.xml | 2 +- ui/pom.xml | 2 +- 40 files changed, 41 insertions(+), 41 deletions(-) diff --git a/client/api/pom.xml b/client/api/pom.xml index 779a6e7ab..bf8421b68 100644 --- a/client/api/pom.xml +++ b/client/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-client-api diff --git a/client/generator-test/pom.xml b/client/generator-test/pom.xml index f86b907dc..1d6ccda79 100644 --- a/client/generator-test/pom.xml +++ b/client/generator-test/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-client-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-client-generator-test diff --git a/client/generator/pom.xml b/client/generator/pom.xml index 9de0f02ba..9f147cb47 100644 --- a/client/generator/pom.xml +++ b/client/generator/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-client-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-client-generator diff --git a/client/implementation-vertx/pom.xml b/client/implementation-vertx/pom.xml index 9d7714dc7..9dd4fce5c 100644 --- a/client/implementation-vertx/pom.xml +++ b/client/implementation-vertx/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-client-implementation-vertx diff --git a/client/implementation/pom.xml b/client/implementation/pom.xml index 285b1ba29..bdc9d9e00 100644 --- a/client/implementation/pom.xml +++ b/client/implementation/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-client diff --git a/client/pom.xml b/client/pom.xml index 6c1a96076..efb96b880 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-client-parent diff --git a/client/tck/pom.xml b/client/tck/pom.xml index 45aa93492..b66085fdc 100644 --- a/client/tck/pom.xml +++ b/client/tck/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-client-tck diff --git a/common/pom.xml b/common/pom.xml index 594405c1f..8bcb1e5a8 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-common-parent diff --git a/common/schema-builder/pom.xml b/common/schema-builder/pom.xml index ade061002..843ce2bf4 100644 --- a/common/schema-builder/pom.xml +++ b/common/schema-builder/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-common-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-schema-builder diff --git a/common/schema-model/pom.xml b/common/schema-model/pom.xml index c333a077c..e23bfac63 100644 --- a/common/schema-model/pom.xml +++ b/common/schema-model/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-common-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-schema-model diff --git a/docs/pom.xml b/docs/pom.xml index f7eca527e..c6c8f7fb9 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-documentation diff --git a/pom.xml b/pom.xml index d380f32b8..c0f6172fa 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ smallrye-graphql-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 pom SmallRye: GraphQL Parent @@ -76,7 +76,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.0.0.RC1 diff --git a/power-annotations/annotations/pom.xml b/power-annotations/annotations/pom.xml index 190c734e0..0d6f4111a 100644 --- a/power-annotations/annotations/pom.xml +++ b/power-annotations/annotations/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 power-annotations diff --git a/power-annotations/common/pom.xml b/power-annotations/common/pom.xml index fda8ccbbf..cb03c9319 100644 --- a/power-annotations/common/pom.xml +++ b/power-annotations/common/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 power-annotations-jandex-common diff --git a/power-annotations/maven-plugin/pom.xml b/power-annotations/maven-plugin/pom.xml index a43c88724..acaecdbee 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 - 2.0.0-SNAPSHOT + 2.0.0.RC1 power-jandex-maven-plugin diff --git a/power-annotations/pom.xml b/power-annotations/pom.xml index 2f0785a2a..9d7cc1951 100644 --- a/power-annotations/pom.xml +++ b/power-annotations/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-power-annotations-parent diff --git a/power-annotations/scanner/pom.xml b/power-annotations/scanner/pom.xml index 779230cdb..90adacadf 100644 --- a/power-annotations/scanner/pom.xml +++ b/power-annotations/scanner/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 power-annotations-scanner diff --git a/power-annotations/tck/pom.xml b/power-annotations/tck/pom.xml index 0a585defd..851005f6a 100644 --- a/power-annotations/tck/pom.xml +++ b/power-annotations/tck/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 power-annotations-tck diff --git a/power-annotations/utils/api/pom.xml b/power-annotations/utils/api/pom.xml index b72f85f04..c52003ff3 100644 --- a/power-annotations/utils/api/pom.xml +++ b/power-annotations/utils/api/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-power-annotations-utils-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-power-annotations-utils-api diff --git a/power-annotations/utils/jandex/pom.xml b/power-annotations/utils/jandex/pom.xml index 56afa6fdb..585a2cb85 100644 --- a/power-annotations/utils/jandex/pom.xml +++ b/power-annotations/utils/jandex/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-utils-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-power-annotations-utils-jandex diff --git a/power-annotations/utils/pom.xml b/power-annotations/utils/pom.xml index 58c5a2ac6..d989bfbd1 100644 --- a/power-annotations/utils/pom.xml +++ b/power-annotations/utils/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-power-annotations-utils-parent diff --git a/release/pom.xml b/release/pom.xml index 52fc08839..abc121b59 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-release diff --git a/server/api/pom.xml b/server/api/pom.xml index 88ad21399..c9c991800 100644 --- a/server/api/pom.xml +++ b/server/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-api diff --git a/server/federation/api/pom.xml b/server/federation/api/pom.xml index 07b68ca56..25c5102e8 100644 --- a/server/federation/api/pom.xml +++ b/server/federation/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-federation-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 ../pom.xml diff --git a/server/federation/pom.xml b/server/federation/pom.xml index dcef61c7f..8dc06d8a4 100644 --- a/server/federation/pom.xml +++ b/server/federation/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 ../pom.xml diff --git a/server/federation/runtime/pom.xml b/server/federation/runtime/pom.xml index c7a0425fd..3f99db5f9 100644 --- a/server/federation/runtime/pom.xml +++ b/server/federation/runtime/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-federation-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 ../pom.xml diff --git a/server/implementation-cdi/pom.xml b/server/implementation-cdi/pom.xml index dc1ba4c87..874c3e860 100644 --- a/server/implementation-cdi/pom.xml +++ b/server/implementation-cdi/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-cdi diff --git a/server/implementation-servlet/pom.xml b/server/implementation-servlet/pom.xml index ccce3f1d3..dd14fcfeb 100644 --- a/server/implementation-servlet/pom.xml +++ b/server/implementation-servlet/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-servlet diff --git a/server/implementation/pom.xml b/server/implementation/pom.xml index e790627e1..bc54ed013 100644 --- a/server/implementation/pom.xml +++ b/server/implementation/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql diff --git a/server/integration-tests-jdk16/pom.xml b/server/integration-tests-jdk16/pom.xml index 786942cac..3355bf5fb 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.0.0-SNAPSHOT + 2.0.0.RC1 4.0.0 diff --git a/server/integration-tests/pom.xml b/server/integration-tests/pom.xml index 93d6ca7bd..e93889a28 100644 --- a/server/integration-tests/pom.xml +++ b/server/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-server-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 4.0.0 diff --git a/server/pom.xml b/server/pom.xml index 089d585fb..2fea84a6f 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-server-parent diff --git a/server/runner/pom.xml b/server/runner/pom.xml index bc36930b3..b8b4bfc65 100644 --- a/server/runner/pom.xml +++ b/server/runner/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-runner diff --git a/server/tck/pom.xml b/server/tck/pom.xml index 4bb98d70a..d23df2699 100644 --- a/server/tck/pom.xml +++ b/server/tck/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-server-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-tck diff --git a/tools/gradle-plugin/pom.xml b/tools/gradle-plugin/pom.xml index 9aec5f616..b4425c770 100644 --- a/tools/gradle-plugin/pom.xml +++ b/tools/gradle-plugin/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-tools-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 4.0.0 diff --git a/tools/maven-plugin-tests/pom.xml b/tools/maven-plugin-tests/pom.xml index aa35c1eb3..8e4e9c630 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.0.0-SNAPSHOT + 2.0.0.RC1 4.0.0 diff --git a/tools/maven-plugin/pom.xml b/tools/maven-plugin/pom.xml index b0faa4095..2c41d3e9c 100644 --- a/tools/maven-plugin/pom.xml +++ b/tools/maven-plugin/pom.xml @@ -3,7 +3,7 @@ io.smallrye smallrye-graphql-tools-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 4.0.0 diff --git a/tools/pom.xml b/tools/pom.xml index 9d8efc9c0..fab2c4460 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-tools-parent diff --git a/ui/graphiql/pom.xml b/ui/graphiql/pom.xml index 8b186bc4b..1f14fe2be 100644 --- a/ui/graphiql/pom.xml +++ b/ui/graphiql/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-ui-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-ui-graphiql diff --git a/ui/pom.xml b/ui/pom.xml index 6fe38304f..675c4dde3 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 2.0.0-SNAPSHOT + 2.0.0.RC1 smallrye-graphql-ui-parent