From 6be65cb01b854a7b0c98594382cfb50768196d16 Mon Sep 17 00:00:00 2001 From: SmallRye CI Date: Tue, 18 Oct 2022 14:06:19 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 1.3.2 --- 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/kubernetes/pom.xml | 2 +- service-discovery/static-list/pom.xml | 2 +- test-utils/pom.xml | 2 +- 20 files changed, 22 insertions(+), 22 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index eb3ea39e..68fb9030 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 stork-api diff --git a/bom/pom.xml b/bom/pom.xml index 717af229..487051e5 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -25,7 +25,7 @@ io.smallrye.stork stork-bom - 1.4.0-SNAPSHOT + 1.3.2 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 + 1.3.2 diff --git a/config-generator/pom.xml b/config-generator/pom.xml index 56f48b53..3d81065c 100644 --- a/config-generator/pom.xml +++ b/config-generator/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 stork-configuration-generator diff --git a/core/pom.xml b/core/pom.xml index d6cb40a6..86cce38f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 stork-core diff --git a/coverage/pom.xml b/coverage/pom.xml index 1039be1f..fe82775e 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 stork-coverage diff --git a/docs/pom.xml b/docs/pom.xml index 9e3648d3..7663dcf7 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 stork-doc diff --git a/load-balancer/least-requests/pom.xml b/load-balancer/least-requests/pom.xml index 74549394..eb114157 100644 --- a/load-balancer/least-requests/pom.xml +++ b/load-balancer/least-requests/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 ../../pom.xml diff --git a/load-balancer/least-response-time/pom.xml b/load-balancer/least-response-time/pom.xml index 7fe4120e..2c0ec714 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 - 1.4.0-SNAPSHOT + 1.3.2 ../../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 8a3bf0a1..54761ddf 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 - 1.4.0-SNAPSHOT + 1.3.2 ../../pom.xml stork-load-balancer-power-of-two-choices diff --git a/load-balancer/random/pom.xml b/load-balancer/random/pom.xml index 13a6bf78..2d0bbe9e 100644 --- a/load-balancer/random/pom.xml +++ b/load-balancer/random/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 ../../pom.xml diff --git a/load-balancer/sticky/pom.xml b/load-balancer/sticky/pom.xml index b176db7c..7c10af8b 100644 --- a/load-balancer/sticky/pom.xml +++ b/load-balancer/sticky/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 ../../pom.xml diff --git a/microprofile/pom.xml b/microprofile/pom.xml index e1528f58..b2498315 100644 --- a/microprofile/pom.xml +++ b/microprofile/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 stork-microprofile-config diff --git a/pom.xml b/pom.xml index afb7df22..3e56a90e 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 pom SmallRye Service Discovery : Parent @@ -84,7 +84,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 + 1.3.2 diff --git a/service-discovery/composite/pom.xml b/service-discovery/composite/pom.xml index 647bfb29..520da326 100644 --- a/service-discovery/composite/pom.xml +++ b/service-discovery/composite/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 ../../pom.xml diff --git a/service-discovery/consul/pom.xml b/service-discovery/consul/pom.xml index d3827a2e..ba7cf119 100644 --- a/service-discovery/consul/pom.xml +++ b/service-discovery/consul/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 ../../pom.xml diff --git a/service-discovery/dns/pom.xml b/service-discovery/dns/pom.xml index 1eef2a0e..0d10b6a8 100644 --- a/service-discovery/dns/pom.xml +++ b/service-discovery/dns/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 ../../pom.xml diff --git a/service-discovery/eureka/pom.xml b/service-discovery/eureka/pom.xml index 463ee000..add85907 100644 --- a/service-discovery/eureka/pom.xml +++ b/service-discovery/eureka/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 ../../pom.xml diff --git a/service-discovery/kubernetes/pom.xml b/service-discovery/kubernetes/pom.xml index 4a8b7c56..baf26837 100644 --- a/service-discovery/kubernetes/pom.xml +++ b/service-discovery/kubernetes/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 ../../pom.xml diff --git a/service-discovery/static-list/pom.xml b/service-discovery/static-list/pom.xml index 94b61ebd..7fd16beb 100644 --- a/service-discovery/static-list/pom.xml +++ b/service-discovery/static-list/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 ../../pom.xml diff --git a/test-utils/pom.xml b/test-utils/pom.xml index d6d3a4a3..0b8f5504 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 1.4.0-SNAPSHOT + 1.3.2 ../pom.xml