From 59e03d72cab5af4b7f82ddbd1329e3e7a68f8f5b Mon Sep 17 00:00:00 2001 From: SmallRye CI Date: Mon, 31 May 2021 11:30:58 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 1.2.3 --- client/all/pom.xml | 2 +- client/api/pom.xml | 2 +- client/generator-test/pom.xml | 2 +- client/generator/pom.xml | 2 +- client/implementation-jaxrs/pom.xml | 2 +- client/implementation-vertx/pom.xml | 7 ++----- client/implementation/pom.xml | 2 +- client/pom.xml | 2 +- client/tck/pom.xml | 7 ++----- common/pom.xml | 2 +- common/schema-builder/pom.xml | 2 +- common/schema-model/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 | 6 ++---- server/federation/pom.xml | 6 ++---- server/federation/runtime/pom.xml | 6 ++---- server/implementation-cdi/pom.xml | 2 +- server/implementation-servlet/pom.xml | 2 +- server/implementation/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/pom.xml | 2 +- tools/pom.xml | 2 +- ui/graphiql/pom.xml | 2 +- ui/pom.xml | 2 +- 39 files changed, 45 insertions(+), 57 deletions(-) diff --git a/client/all/pom.xml b/client/all/pom.xml index 94add97b3..f8951f677 100644 --- a/client/all/pom.xml +++ b/client/all/pom.xml @@ -3,7 +3,7 @@ smallrye-graphql-client-parent io.smallrye - 1.2.3-SNAPSHOT + 1.2.3 4.0.0 diff --git a/client/api/pom.xml b/client/api/pom.xml index d38cd2b69..04afcee3d 100644 --- a/client/api/pom.xml +++ b/client/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-client-api diff --git a/client/generator-test/pom.xml b/client/generator-test/pom.xml index c2006c064..6e0f75eb7 100644 --- a/client/generator-test/pom.xml +++ b/client/generator-test/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-client-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-client-generator-test diff --git a/client/generator/pom.xml b/client/generator/pom.xml index 1c670c91d..de576b5a4 100644 --- a/client/generator/pom.xml +++ b/client/generator/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-client-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-client-generator diff --git a/client/implementation-jaxrs/pom.xml b/client/implementation-jaxrs/pom.xml index b8a2cc17f..00c46f806 100644 --- a/client/implementation-jaxrs/pom.xml +++ b/client/implementation-jaxrs/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-client-implementation-jaxrs diff --git a/client/implementation-vertx/pom.xml b/client/implementation-vertx/pom.xml index 790b1f701..de5691a04 100644 --- a/client/implementation-vertx/pom.xml +++ b/client/implementation-vertx/pom.xml @@ -1,14 +1,11 @@ - + 4.0.0 io.smallrye smallrye-graphql-client-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-client-implementation-vertx diff --git a/client/implementation/pom.xml b/client/implementation/pom.xml index df664b1a2..1ce7c5306 100644 --- a/client/implementation/pom.xml +++ b/client/implementation/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-client diff --git a/client/pom.xml b/client/pom.xml index 8a5feed42..4120def50 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-client-parent diff --git a/client/tck/pom.xml b/client/tck/pom.xml index 87ccff51d..a28c32d93 100644 --- a/client/tck/pom.xml +++ b/client/tck/pom.xml @@ -1,14 +1,11 @@ - + 4.0.0 io.smallrye smallrye-graphql-client-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-client-tck diff --git a/common/pom.xml b/common/pom.xml index 618d6d28f..9ae65a28a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-common-parent diff --git a/common/schema-builder/pom.xml b/common/schema-builder/pom.xml index b99de542a..9e6847c5c 100644 --- a/common/schema-builder/pom.xml +++ b/common/schema-builder/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-common-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-schema-builder diff --git a/common/schema-model/pom.xml b/common/schema-model/pom.xml index f8e9c49a3..cd6de1688 100644 --- a/common/schema-model/pom.xml +++ b/common/schema-model/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-common-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-schema-model diff --git a/pom.xml b/pom.xml index 678e5c063..c406b8d32 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ smallrye-graphql-parent - 1.2.3-SNAPSHOT + 1.2.3 pom SmallRye: GraphQL Parent @@ -61,7 +61,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.2.3 diff --git a/power-annotations/annotations/pom.xml b/power-annotations/annotations/pom.xml index adc4b7b63..44d749b10 100644 --- a/power-annotations/annotations/pom.xml +++ b/power-annotations/annotations/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-parent - 1.2.3-SNAPSHOT + 1.2.3 power-annotations diff --git a/power-annotations/common/pom.xml b/power-annotations/common/pom.xml index 09b098023..867dbf955 100644 --- a/power-annotations/common/pom.xml +++ b/power-annotations/common/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-parent - 1.2.3-SNAPSHOT + 1.2.3 power-annotations-jandex-common diff --git a/power-annotations/maven-plugin/pom.xml b/power-annotations/maven-plugin/pom.xml index 4c8b97f27..4640aefe4 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.2.3-SNAPSHOT + 1.2.3 power-jandex-maven-plugin diff --git a/power-annotations/pom.xml b/power-annotations/pom.xml index 4523a52c2..477caa559 100644 --- a/power-annotations/pom.xml +++ b/power-annotations/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-power-annotations-parent diff --git a/power-annotations/scanner/pom.xml b/power-annotations/scanner/pom.xml index 3a21d6e4d..9066e6661 100644 --- a/power-annotations/scanner/pom.xml +++ b/power-annotations/scanner/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-parent - 1.2.3-SNAPSHOT + 1.2.3 power-annotations-scanner diff --git a/power-annotations/tck/pom.xml b/power-annotations/tck/pom.xml index 02cb39e8c..d639eae7d 100644 --- a/power-annotations/tck/pom.xml +++ b/power-annotations/tck/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-parent - 1.2.3-SNAPSHOT + 1.2.3 power-annotations-tck diff --git a/power-annotations/utils/api/pom.xml b/power-annotations/utils/api/pom.xml index e30c1648d..64604f9f4 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 - 1.2.3-SNAPSHOT + 1.2.3 smallrye-power-annotations-utils-api diff --git a/power-annotations/utils/jandex/pom.xml b/power-annotations/utils/jandex/pom.xml index 21a08f5ed..d2f5cc119 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 - 1.2.3-SNAPSHOT + 1.2.3 smallrye-power-annotations-utils-jandex diff --git a/power-annotations/utils/pom.xml b/power-annotations/utils/pom.xml index 6f477094e..f438f95f2 100644 --- a/power-annotations/utils/pom.xml +++ b/power-annotations/utils/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-power-annotations-utils-parent diff --git a/release/pom.xml b/release/pom.xml index 6b3640042..2ebe354ca 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-release diff --git a/server/api/pom.xml b/server/api/pom.xml index de7ee4654..6b77527df 100644 --- a/server/api/pom.xml +++ b/server/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-api diff --git a/server/federation/api/pom.xml b/server/federation/api/pom.xml index 38a9c0fa4..ad7656b61 100644 --- a/server/federation/api/pom.xml +++ b/server/federation/api/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 io.smallrye smallrye-graphql-federation-parent - 1.2.3-SNAPSHOT + 1.2.3 ../pom.xml diff --git a/server/federation/pom.xml b/server/federation/pom.xml index 34dd0685a..e22f1d1a3 100644 --- a/server/federation/pom.xml +++ b/server/federation/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 io.smallrye smallrye-graphql-server-parent - 1.2.3-SNAPSHOT + 1.2.3 ../pom.xml diff --git a/server/federation/runtime/pom.xml b/server/federation/runtime/pom.xml index 55e5871df..333bc2053 100644 --- a/server/federation/runtime/pom.xml +++ b/server/federation/runtime/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 io.smallrye smallrye-graphql-federation-parent - 1.2.3-SNAPSHOT + 1.2.3 ../pom.xml diff --git a/server/implementation-cdi/pom.xml b/server/implementation-cdi/pom.xml index 60d8b074e..f5e280aa6 100644 --- a/server/implementation-cdi/pom.xml +++ b/server/implementation-cdi/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-cdi diff --git a/server/implementation-servlet/pom.xml b/server/implementation-servlet/pom.xml index 741fbc375..c83d28eb5 100644 --- a/server/implementation-servlet/pom.xml +++ b/server/implementation-servlet/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-servlet diff --git a/server/implementation/pom.xml b/server/implementation/pom.xml index 7c68eb535..64ee2e1f6 100644 --- a/server/implementation/pom.xml +++ b/server/implementation/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql diff --git a/server/integration-tests/pom.xml b/server/integration-tests/pom.xml index c0e9c3d60..ae55c19e0 100644 --- a/server/integration-tests/pom.xml +++ b/server/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-server-parent - 1.2.3-SNAPSHOT + 1.2.3 4.0.0 diff --git a/server/pom.xml b/server/pom.xml index e63b601b9..32aba3f24 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-server-parent diff --git a/server/runner/pom.xml b/server/runner/pom.xml index af745d137..63dac67a2 100644 --- a/server/runner/pom.xml +++ b/server/runner/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-runner diff --git a/server/tck/pom.xml b/server/tck/pom.xml index f6a7e363c..5110ab760 100644 --- a/server/tck/pom.xml +++ b/server/tck/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-server-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-tck diff --git a/tools/gradle-plugin/pom.xml b/tools/gradle-plugin/pom.xml index 77126b148..61bd1a9a5 100644 --- a/tools/gradle-plugin/pom.xml +++ b/tools/gradle-plugin/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-tools-parent - 1.2.3-SNAPSHOT + 1.2.3 4.0.0 diff --git a/tools/maven-plugin/pom.xml b/tools/maven-plugin/pom.xml index b152d2a18..ae12f6eff 100644 --- a/tools/maven-plugin/pom.xml +++ b/tools/maven-plugin/pom.xml @@ -3,7 +3,7 @@ io.smallrye smallrye-graphql-tools-parent - 1.2.3-SNAPSHOT + 1.2.3 4.0.0 diff --git a/tools/pom.xml b/tools/pom.xml index ef1f95310..722165681 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-tools-parent diff --git a/ui/graphiql/pom.xml b/ui/graphiql/pom.xml index 9c6ea3494..f0ac8bab3 100644 --- a/ui/graphiql/pom.xml +++ b/ui/graphiql/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-ui-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-ui-graphiql diff --git a/ui/pom.xml b/ui/pom.xml index 2cd67d452..4a0335c16 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.2.3-SNAPSHOT + 1.2.3 smallrye-graphql-ui-parent