diff --git a/api/pom.xml b/api/pom.xml index ddc3abe1..154f19b8 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 stork-api diff --git a/bom/pom.xml b/bom/pom.xml index e3c86101..2c37de02 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -25,7 +25,7 @@ io.smallrye.stork stork-bom - 2.7.1-SNAPSHOT + 2.7.1 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.7.1 diff --git a/config-generator/pom.xml b/config-generator/pom.xml index 443a1676..852e1a88 100644 --- a/config-generator/pom.xml +++ b/config-generator/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 stork-configuration-generator diff --git a/core/pom.xml b/core/pom.xml index b3a963d7..4291fd0a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 stork-core diff --git a/docs/pom.xml b/docs/pom.xml index dbe8aade..35727111 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 stork-doc diff --git a/load-balancer/least-requests/pom.xml b/load-balancer/least-requests/pom.xml index 8edd7db8..642128ee 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.7.1-SNAPSHOT + 2.7.1 ../../pom.xml diff --git a/load-balancer/least-response-time/pom.xml b/load-balancer/least-response-time/pom.xml index 9e422720..4dd55c71 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.7.1-SNAPSHOT + 2.7.1 ../../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 b644899e..355f9c77 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.7.1-SNAPSHOT + 2.7.1 ../../pom.xml stork-load-balancer-power-of-two-choices diff --git a/load-balancer/random/pom.xml b/load-balancer/random/pom.xml index b5edb414..e7b2764e 100644 --- a/load-balancer/random/pom.xml +++ b/load-balancer/random/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml diff --git a/load-balancer/sticky/pom.xml b/load-balancer/sticky/pom.xml index 8f113174..18f2aa13 100644 --- a/load-balancer/sticky/pom.xml +++ b/load-balancer/sticky/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml diff --git a/microprofile/pom.xml b/microprofile/pom.xml index 29f35c14..2fbde8bc 100644 --- a/microprofile/pom.xml +++ b/microprofile/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 stork-microprofile-config diff --git a/pom.xml b/pom.xml index 1a9d4b67..65535d78 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 pom SmallRye Stork : 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.7.1 diff --git a/service-discovery/composite/pom.xml b/service-discovery/composite/pom.xml index 17981265..a1a3561a 100644 --- a/service-discovery/composite/pom.xml +++ b/service-discovery/composite/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml diff --git a/service-discovery/consul/pom.xml b/service-discovery/consul/pom.xml index 1d302ddc..ddda305f 100644 --- a/service-discovery/consul/pom.xml +++ b/service-discovery/consul/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml diff --git a/service-discovery/dns/pom.xml b/service-discovery/dns/pom.xml index 27092b51..07a151ce 100644 --- a/service-discovery/dns/pom.xml +++ b/service-discovery/dns/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml diff --git a/service-discovery/eureka/pom.xml b/service-discovery/eureka/pom.xml index 609946de..79c24711 100644 --- a/service-discovery/eureka/pom.xml +++ b/service-discovery/eureka/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml diff --git a/service-discovery/knative/pom.xml b/service-discovery/knative/pom.xml index d20c4669..7700932b 100644 --- a/service-discovery/knative/pom.xml +++ b/service-discovery/knative/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml diff --git a/service-discovery/kubernetes/pom.xml b/service-discovery/kubernetes/pom.xml index 31a83ca5..c296fe5f 100644 --- a/service-discovery/kubernetes/pom.xml +++ b/service-discovery/kubernetes/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml diff --git a/service-discovery/static-list/pom.xml b/service-discovery/static-list/pom.xml index 4d6428c0..819d09ff 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.7.1-SNAPSHOT + 2.7.1 ../../pom.xml diff --git a/service-registration/consul/pom.xml b/service-registration/consul/pom.xml index db8981e6..b57f58fa 100644 --- a/service-registration/consul/pom.xml +++ b/service-registration/consul/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml diff --git a/service-registration/eureka/pom.xml b/service-registration/eureka/pom.xml index 3d64151f..64250579 100644 --- a/service-registration/eureka/pom.xml +++ b/service-registration/eureka/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml diff --git a/service-registration/static-list/pom.xml b/service-registration/static-list/pom.xml index f6c1f8d2..bed7bee2 100644 --- a/service-registration/static-list/pom.xml +++ b/service-registration/static-list/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 ../../pom.xml diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index afac9cc9..30bf449e 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 stork-spring-boot-config diff --git a/test-utils/pom.xml b/test-utils/pom.xml index d494c0b3..25979206 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.7.1-SNAPSHOT + 2.7.1 ../pom.xml