diff --git a/api/pom.xml b/api/pom.xml index d784ccd2..05b0c2ae 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 stork-api diff --git a/bom/pom.xml b/bom/pom.xml index 227b2551..4b9f300b 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -25,7 +25,7 @@ io.smallrye.stork stork-bom - 2.6.0-SNAPSHOT + 2.6.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.6.0 diff --git a/config-generator/pom.xml b/config-generator/pom.xml index 096da144..2f122e41 100644 --- a/config-generator/pom.xml +++ b/config-generator/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 stork-configuration-generator diff --git a/core/pom.xml b/core/pom.xml index 9da42c6d..435ed212 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 stork-core diff --git a/coverage/pom.xml b/coverage/pom.xml index ef56ba08..d4266478 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 stork-coverage diff --git a/docs/pom.xml b/docs/pom.xml index e3e17cb5..ac779263 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 stork-doc diff --git a/load-balancer/least-requests/pom.xml b/load-balancer/least-requests/pom.xml index ee710d1f..df36fed9 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.6.0-SNAPSHOT + 2.6.0 ../../pom.xml diff --git a/load-balancer/least-response-time/pom.xml b/load-balancer/least-response-time/pom.xml index 49e76132..ea13372b 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.6.0-SNAPSHOT + 2.6.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 72726a11..ef11bed4 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.6.0-SNAPSHOT + 2.6.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 9cab4b8c..4d202a11 100644 --- a/load-balancer/random/pom.xml +++ b/load-balancer/random/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 ../../pom.xml diff --git a/load-balancer/sticky/pom.xml b/load-balancer/sticky/pom.xml index a9323773..500dbe10 100644 --- a/load-balancer/sticky/pom.xml +++ b/load-balancer/sticky/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 ../../pom.xml diff --git a/microprofile/pom.xml b/microprofile/pom.xml index 26cbdf80..2d001d05 100644 --- a/microprofile/pom.xml +++ b/microprofile/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 stork-microprofile-config diff --git a/pom.xml b/pom.xml index 9c4324d7..45e2df84 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 pom SmallRye Service Discovery : Parent @@ -87,7 +87,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.6.0 diff --git a/service-discovery/composite/pom.xml b/service-discovery/composite/pom.xml index 0bc5d412..b913808c 100644 --- a/service-discovery/composite/pom.xml +++ b/service-discovery/composite/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 ../../pom.xml diff --git a/service-discovery/consul/pom.xml b/service-discovery/consul/pom.xml index 0f593355..c0594e90 100644 --- a/service-discovery/consul/pom.xml +++ b/service-discovery/consul/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 ../../pom.xml diff --git a/service-discovery/dns/pom.xml b/service-discovery/dns/pom.xml index fdf9a1f6..8864f852 100644 --- a/service-discovery/dns/pom.xml +++ b/service-discovery/dns/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 ../../pom.xml diff --git a/service-discovery/eureka/pom.xml b/service-discovery/eureka/pom.xml index e4cfef9a..a47f939f 100644 --- a/service-discovery/eureka/pom.xml +++ b/service-discovery/eureka/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 ../../pom.xml diff --git a/service-discovery/knative/pom.xml b/service-discovery/knative/pom.xml index 375e81bc..2dfe2fcb 100644 --- a/service-discovery/knative/pom.xml +++ b/service-discovery/knative/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 ../../pom.xml diff --git a/service-discovery/kubernetes/pom.xml b/service-discovery/kubernetes/pom.xml index 20ca3f9e..8c9091d9 100644 --- a/service-discovery/kubernetes/pom.xml +++ b/service-discovery/kubernetes/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 ../../pom.xml diff --git a/service-discovery/static-list/pom.xml b/service-discovery/static-list/pom.xml index d462c6a7..41cbacb4 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.6.0-SNAPSHOT + 2.6.0 ../../pom.xml diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index 243373cf..90a8f564 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 stork-spring-boot-config diff --git a/test-utils/pom.xml b/test-utils/pom.xml index 3d23ac98..1fbc2823 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.6.0-SNAPSHOT + 2.6.0 ../pom.xml