From 50c27f3e110a758d8a583f6a37cbf3f019120b9f Mon Sep 17 00:00:00 2001 From: SmallRye CI Date: Wed, 28 Jun 2023 10:55:34 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 2.3.0 --- api/pom.xml | 2 +- bom/pom.xml | 4 ++-- config-generator/pom.xml | 2 +- core/pom.xml | 2 +- coverage/pom.xml | 2 +- docs/pom.xml | 2 +- load-balancer/least-requests/pom.xml | 2 +- load-balancer/least-response-time/pom.xml | 2 +- load-balancer/power-of-two-choices/pom.xml | 2 +- load-balancer/random/pom.xml | 2 +- load-balancer/sticky/pom.xml | 2 +- microprofile/pom.xml | 2 +- pom.xml | 4 ++-- service-discovery/composite/pom.xml | 2 +- service-discovery/consul/pom.xml | 2 +- service-discovery/dns/pom.xml | 2 +- service-discovery/eureka/pom.xml | 2 +- service-discovery/knative/pom.xml | 2 +- service-discovery/kubernetes/pom.xml | 2 +- service-discovery/static-list/pom.xml | 2 +- test-utils/pom.xml | 2 +- 21 files changed, 23 insertions(+), 23 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 8977c011..e7797105 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 stork-api diff --git a/bom/pom.xml b/bom/pom.xml index 56eeada9..b123e5af 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -25,7 +25,7 @@ io.smallrye.stork stork-bom - 2.3.0-SNAPSHOT + 2.3.0 pom SmallRye Stork : BOM @@ -51,7 +51,7 @@ scm:git:git@github.com:smallrye/smallrye-load-balancer.git scm:git:git@github.com:smallrye/smallrye-load-balancer.git https://github.com/smallrye/smallrye-load-balancer/ - HEAD + 2.3.0 diff --git a/config-generator/pom.xml b/config-generator/pom.xml index ccbd1dbe..ba599060 100644 --- a/config-generator/pom.xml +++ b/config-generator/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 stork-configuration-generator diff --git a/core/pom.xml b/core/pom.xml index c21b5f32..1800dc44 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 stork-core diff --git a/coverage/pom.xml b/coverage/pom.xml index 00ac50d9..9dec7820 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 stork-coverage diff --git a/docs/pom.xml b/docs/pom.xml index ec22552e..a2b04350 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 stork-doc diff --git a/load-balancer/least-requests/pom.xml b/load-balancer/least-requests/pom.xml index 58c98e94..b089ff7f 100644 --- a/load-balancer/least-requests/pom.xml +++ b/load-balancer/least-requests/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 ../../pom.xml diff --git a/load-balancer/least-response-time/pom.xml b/load-balancer/least-response-time/pom.xml index 4abf30c5..943cb53e 100644 --- a/load-balancer/least-response-time/pom.xml +++ b/load-balancer/least-response-time/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 ../../pom.xml stork-load-balancer-least-response-time diff --git a/load-balancer/power-of-two-choices/pom.xml b/load-balancer/power-of-two-choices/pom.xml index 4bb515c9..ae05c3e6 100644 --- a/load-balancer/power-of-two-choices/pom.xml +++ b/load-balancer/power-of-two-choices/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 ../../pom.xml stork-load-balancer-power-of-two-choices diff --git a/load-balancer/random/pom.xml b/load-balancer/random/pom.xml index fa9fcfe5..220c00bc 100644 --- a/load-balancer/random/pom.xml +++ b/load-balancer/random/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 ../../pom.xml diff --git a/load-balancer/sticky/pom.xml b/load-balancer/sticky/pom.xml index 8458c6c7..942fae81 100644 --- a/load-balancer/sticky/pom.xml +++ b/load-balancer/sticky/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 ../../pom.xml diff --git a/microprofile/pom.xml b/microprofile/pom.xml index 42ea8884..3585c426 100644 --- a/microprofile/pom.xml +++ b/microprofile/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 stork-microprofile-config diff --git a/pom.xml b/pom.xml index 17272106..8d1adb03 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 pom SmallRye Service Discovery : Parent @@ -86,7 +86,7 @@ scm:git:git@github.com:smallrye/smallrye-stork.git scm:git:git@github.com:smallrye/smallrye-stork.git https://github.com/smallrye/smallrye-stork/ - HEAD + 2.3.0 diff --git a/service-discovery/composite/pom.xml b/service-discovery/composite/pom.xml index 0efa4e1f..801cb319 100644 --- a/service-discovery/composite/pom.xml +++ b/service-discovery/composite/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 ../../pom.xml diff --git a/service-discovery/consul/pom.xml b/service-discovery/consul/pom.xml index eacea4bd..6a50a745 100644 --- a/service-discovery/consul/pom.xml +++ b/service-discovery/consul/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 ../../pom.xml diff --git a/service-discovery/dns/pom.xml b/service-discovery/dns/pom.xml index 6c966efa..89830da9 100644 --- a/service-discovery/dns/pom.xml +++ b/service-discovery/dns/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 ../../pom.xml diff --git a/service-discovery/eureka/pom.xml b/service-discovery/eureka/pom.xml index 3804cbe8..55231ee6 100644 --- a/service-discovery/eureka/pom.xml +++ b/service-discovery/eureka/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 ../../pom.xml diff --git a/service-discovery/knative/pom.xml b/service-discovery/knative/pom.xml index 818f8ae9..5d103e62 100644 --- a/service-discovery/knative/pom.xml +++ b/service-discovery/knative/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 ../../pom.xml diff --git a/service-discovery/kubernetes/pom.xml b/service-discovery/kubernetes/pom.xml index de478d06..17acac9e 100644 --- a/service-discovery/kubernetes/pom.xml +++ b/service-discovery/kubernetes/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 ../../pom.xml diff --git a/service-discovery/static-list/pom.xml b/service-discovery/static-list/pom.xml index 559e4795..9ab37869 100644 --- a/service-discovery/static-list/pom.xml +++ b/service-discovery/static-list/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 ../../pom.xml diff --git a/test-utils/pom.xml b/test-utils/pom.xml index 0526dc0a..f8aa4eec 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.3.0-SNAPSHOT + 2.3.0 ../pom.xml