From 720f77694c385312b2e27553d998dd570f4cce10 Mon Sep 17 00:00:00 2001 From: SmallRye CI Date: Wed, 29 Mar 2023 17:25:12 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 2.1.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 6fc2a75e..791a7cf3 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.1.0-SNAPSHOT + 2.1.0 stork-api diff --git a/bom/pom.xml b/bom/pom.xml index 76c49d40..acab4309 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -25,7 +25,7 @@ io.smallrye.stork stork-bom - 2.1.0-SNAPSHOT + 2.1.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.1.0 diff --git a/config-generator/pom.xml b/config-generator/pom.xml index 7e951ff6..dc522023 100644 --- a/config-generator/pom.xml +++ b/config-generator/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.1.0-SNAPSHOT + 2.1.0 stork-configuration-generator diff --git a/core/pom.xml b/core/pom.xml index ad6608ee..2f02b8a5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.1.0-SNAPSHOT + 2.1.0 stork-core diff --git a/coverage/pom.xml b/coverage/pom.xml index 47eb520c..496f29aa 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.1.0-SNAPSHOT + 2.1.0 stork-coverage diff --git a/docs/pom.xml b/docs/pom.xml index e18d5ca1..dfd8fedd 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.1.0-SNAPSHOT + 2.1.0 stork-doc diff --git a/load-balancer/least-requests/pom.xml b/load-balancer/least-requests/pom.xml index 04c3a005..fde41826 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.1.0-SNAPSHOT + 2.1.0 ../../pom.xml diff --git a/load-balancer/least-response-time/pom.xml b/load-balancer/least-response-time/pom.xml index 096964cb..3638d090 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.1.0-SNAPSHOT + 2.1.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 9d69ce4f..682312a3 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.1.0-SNAPSHOT + 2.1.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 d73284a6..fe7b78c9 100644 --- a/load-balancer/random/pom.xml +++ b/load-balancer/random/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.1.0-SNAPSHOT + 2.1.0 ../../pom.xml diff --git a/load-balancer/sticky/pom.xml b/load-balancer/sticky/pom.xml index ead56f88..6bd9e65d 100644 --- a/load-balancer/sticky/pom.xml +++ b/load-balancer/sticky/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.1.0-SNAPSHOT + 2.1.0 ../../pom.xml diff --git a/microprofile/pom.xml b/microprofile/pom.xml index b821abdf..5a1f1ede 100644 --- a/microprofile/pom.xml +++ b/microprofile/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.1.0-SNAPSHOT + 2.1.0 stork-microprofile-config diff --git a/pom.xml b/pom.xml index afc69929..b5baddb0 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ io.smallrye.stork stork-parent - 2.1.0-SNAPSHOT + 2.1.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.1.0 diff --git a/service-discovery/composite/pom.xml b/service-discovery/composite/pom.xml index abe7e182..0eb0af05 100644 --- a/service-discovery/composite/pom.xml +++ b/service-discovery/composite/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.1.0-SNAPSHOT + 2.1.0 ../../pom.xml diff --git a/service-discovery/consul/pom.xml b/service-discovery/consul/pom.xml index c369e5e7..c7f8028a 100644 --- a/service-discovery/consul/pom.xml +++ b/service-discovery/consul/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.1.0-SNAPSHOT + 2.1.0 ../../pom.xml diff --git a/service-discovery/dns/pom.xml b/service-discovery/dns/pom.xml index 484a92e4..455586fe 100644 --- a/service-discovery/dns/pom.xml +++ b/service-discovery/dns/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.1.0-SNAPSHOT + 2.1.0 ../../pom.xml diff --git a/service-discovery/eureka/pom.xml b/service-discovery/eureka/pom.xml index 617d75b4..8c21736a 100644 --- a/service-discovery/eureka/pom.xml +++ b/service-discovery/eureka/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.1.0-SNAPSHOT + 2.1.0 ../../pom.xml diff --git a/service-discovery/knative/pom.xml b/service-discovery/knative/pom.xml index 120ad741..9628012d 100644 --- a/service-discovery/knative/pom.xml +++ b/service-discovery/knative/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.1.0-SNAPSHOT + 2.1.0 ../../pom.xml diff --git a/service-discovery/kubernetes/pom.xml b/service-discovery/kubernetes/pom.xml index 30f682eb..8a4b47d2 100644 --- a/service-discovery/kubernetes/pom.xml +++ b/service-discovery/kubernetes/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.1.0-SNAPSHOT + 2.1.0 ../../pom.xml diff --git a/service-discovery/static-list/pom.xml b/service-discovery/static-list/pom.xml index d3597f29..02d2d174 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.1.0-SNAPSHOT + 2.1.0 ../../pom.xml diff --git a/test-utils/pom.xml b/test-utils/pom.xml index 7019be91..3f0c5c4e 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.1.0-SNAPSHOT + 2.1.0 ../pom.xml