From 38955063de4e0568c0c9ae5481546ca9a8f1fe28 Mon Sep 17 00:00:00 2001 From: SmallRye CI Date: Fri, 13 May 2022 08:11:47 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 1.4.3.1 --- 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 f5106a60f..e65c28bc1 100644 --- a/client/api/pom.xml +++ b/client/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-client-api diff --git a/client/generator-test/pom.xml b/client/generator-test/pom.xml index be21c3391..39c8ee3d0 100644 --- a/client/generator-test/pom.xml +++ b/client/generator-test/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-client-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-client-generator-test diff --git a/client/generator/pom.xml b/client/generator/pom.xml index 9938fbf14..132e1fdca 100644 --- a/client/generator/pom.xml +++ b/client/generator/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-client-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-client-generator diff --git a/client/implementation-vertx/pom.xml b/client/implementation-vertx/pom.xml index 3702328d5..7541f10b1 100644 --- a/client/implementation-vertx/pom.xml +++ b/client/implementation-vertx/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-client-implementation-vertx diff --git a/client/implementation/pom.xml b/client/implementation/pom.xml index 13cbc860d..8bf2c94f8 100644 --- a/client/implementation/pom.xml +++ b/client/implementation/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-client diff --git a/client/pom.xml b/client/pom.xml index b10c0b0b2..c870b7677 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-client-parent diff --git a/client/tck/pom.xml b/client/tck/pom.xml index 90b209c24..285d3648c 100644 --- a/client/tck/pom.xml +++ b/client/tck/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-client-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-client-tck diff --git a/common/pom.xml b/common/pom.xml index febe0e810..df91a761e 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-common-parent diff --git a/common/schema-builder/pom.xml b/common/schema-builder/pom.xml index 66b777641..b282fc751 100644 --- a/common/schema-builder/pom.xml +++ b/common/schema-builder/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-common-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-schema-builder diff --git a/common/schema-model/pom.xml b/common/schema-model/pom.xml index 537a29dca..23c920d0a 100644 --- a/common/schema-model/pom.xml +++ b/common/schema-model/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-common-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-schema-model diff --git a/docs/pom.xml b/docs/pom.xml index e0e5ecc08..d68fd7799 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-documentation diff --git a/pom.xml b/pom.xml index 55f1a99d2..e8ebe4ebf 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ smallrye-graphql-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 pom SmallRye: GraphQL Parent @@ -62,7 +62,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.4.3.1 diff --git a/power-annotations/annotations/pom.xml b/power-annotations/annotations/pom.xml index 6998f62d3..74a755848 100644 --- a/power-annotations/annotations/pom.xml +++ b/power-annotations/annotations/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 power-annotations diff --git a/power-annotations/common/pom.xml b/power-annotations/common/pom.xml index a0e2bd1fc..1195bd7c0 100644 --- a/power-annotations/common/pom.xml +++ b/power-annotations/common/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 power-annotations-jandex-common diff --git a/power-annotations/maven-plugin/pom.xml b/power-annotations/maven-plugin/pom.xml index 9642ef6f3..3f011139c 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.4.3.1-SNAPSHOT + 1.4.3.1 power-jandex-maven-plugin diff --git a/power-annotations/pom.xml b/power-annotations/pom.xml index baead535c..a4868af14 100644 --- a/power-annotations/pom.xml +++ b/power-annotations/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-power-annotations-parent diff --git a/power-annotations/scanner/pom.xml b/power-annotations/scanner/pom.xml index 8f7bed291..d6173c15c 100644 --- a/power-annotations/scanner/pom.xml +++ b/power-annotations/scanner/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 power-annotations-scanner diff --git a/power-annotations/tck/pom.xml b/power-annotations/tck/pom.xml index f395152f8..08efa2e57 100644 --- a/power-annotations/tck/pom.xml +++ b/power-annotations/tck/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 power-annotations-tck diff --git a/power-annotations/utils/api/pom.xml b/power-annotations/utils/api/pom.xml index 32285f148..0425ef707 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.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-power-annotations-utils-api diff --git a/power-annotations/utils/jandex/pom.xml b/power-annotations/utils/jandex/pom.xml index 6bb32ab36..db6cd425f 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.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-power-annotations-utils-jandex diff --git a/power-annotations/utils/pom.xml b/power-annotations/utils/pom.xml index bab47a024..4db28998c 100644 --- a/power-annotations/utils/pom.xml +++ b/power-annotations/utils/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-power-annotations-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-power-annotations-utils-parent diff --git a/release/pom.xml b/release/pom.xml index a98c8462a..8fdd522cc 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-release diff --git a/server/api/pom.xml b/server/api/pom.xml index 2650793a8..422ddcec0 100644 --- a/server/api/pom.xml +++ b/server/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-api diff --git a/server/federation/api/pom.xml b/server/federation/api/pom.xml index 1884f6223..67b6065e7 100644 --- a/server/federation/api/pom.xml +++ b/server/federation/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-federation-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 ../pom.xml diff --git a/server/federation/pom.xml b/server/federation/pom.xml index 7c5019062..4658bb74f 100644 --- a/server/federation/pom.xml +++ b/server/federation/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 ../pom.xml diff --git a/server/federation/runtime/pom.xml b/server/federation/runtime/pom.xml index bba360c83..53e442451 100644 --- a/server/federation/runtime/pom.xml +++ b/server/federation/runtime/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-federation-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 ../pom.xml diff --git a/server/implementation-cdi/pom.xml b/server/implementation-cdi/pom.xml index a76a5e342..f27939320 100644 --- a/server/implementation-cdi/pom.xml +++ b/server/implementation-cdi/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-cdi diff --git a/server/implementation-servlet/pom.xml b/server/implementation-servlet/pom.xml index e22f7286e..ca8305c35 100644 --- a/server/implementation-servlet/pom.xml +++ b/server/implementation-servlet/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-servlet diff --git a/server/implementation/pom.xml b/server/implementation/pom.xml index 84a4de56b..fd214a991 100644 --- a/server/implementation/pom.xml +++ b/server/implementation/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql diff --git a/server/integration-tests-jdk16/pom.xml b/server/integration-tests-jdk16/pom.xml index 6629e4f24..72d1672c7 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.4.3.1-SNAPSHOT + 1.4.3.1 4.0.0 diff --git a/server/integration-tests/pom.xml b/server/integration-tests/pom.xml index 643416a3f..c13c68493 100644 --- a/server/integration-tests/pom.xml +++ b/server/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-server-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 4.0.0 diff --git a/server/pom.xml b/server/pom.xml index 01812b38f..eb328ec66 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-server-parent diff --git a/server/runner/pom.xml b/server/runner/pom.xml index cddb6d114..06ead6765 100644 --- a/server/runner/pom.xml +++ b/server/runner/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-server-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-runner diff --git a/server/tck/pom.xml b/server/tck/pom.xml index f2e7f679e..aa03a807e 100644 --- a/server/tck/pom.xml +++ b/server/tck/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-server-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-tck diff --git a/tools/gradle-plugin/pom.xml b/tools/gradle-plugin/pom.xml index 53655460e..af598ae66 100644 --- a/tools/gradle-plugin/pom.xml +++ b/tools/gradle-plugin/pom.xml @@ -4,7 +4,7 @@ io.smallrye smallrye-graphql-tools-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 4.0.0 diff --git a/tools/maven-plugin-tests/pom.xml b/tools/maven-plugin-tests/pom.xml index 4cdcff43d..732370efd 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.4.3.1-SNAPSHOT + 1.4.3.1 4.0.0 diff --git a/tools/maven-plugin/pom.xml b/tools/maven-plugin/pom.xml index c2267851d..5b451d28c 100644 --- a/tools/maven-plugin/pom.xml +++ b/tools/maven-plugin/pom.xml @@ -3,7 +3,7 @@ io.smallrye smallrye-graphql-tools-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 4.0.0 diff --git a/tools/pom.xml b/tools/pom.xml index 6d76831f4..647b71db7 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-tools-parent diff --git a/ui/graphiql/pom.xml b/ui/graphiql/pom.xml index 131f15ce2..7327a122c 100644 --- a/ui/graphiql/pom.xml +++ b/ui/graphiql/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-ui-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-ui-graphiql diff --git a/ui/pom.xml b/ui/pom.xml index 34c4623d6..dc638bf6f 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.smallrye smallrye-graphql-parent - 1.4.3.1-SNAPSHOT + 1.4.3.1 smallrye-graphql-ui-parent