diff --git a/api/pom.xml b/api/pom.xml index f6310015..6ef546e1 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.4.0-SNAPSHOT + 2.4.0 stork-api diff --git a/bom/pom.xml b/bom/pom.xml index 16bca9cb..6dea6925 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -25,7 +25,7 @@ io.smallrye.stork stork-bom - 2.4.0-SNAPSHOT + 2.4.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.4.0 diff --git a/config-generator/pom.xml b/config-generator/pom.xml index 78674fb7..ac66c428 100644 --- a/config-generator/pom.xml +++ b/config-generator/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.4.0-SNAPSHOT + 2.4.0 stork-configuration-generator diff --git a/core/pom.xml b/core/pom.xml index 7dc03b93..f783335a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.4.0-SNAPSHOT + 2.4.0 stork-core diff --git a/coverage/pom.xml b/coverage/pom.xml index b5da8d68..5dc5a535 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.4.0-SNAPSHOT + 2.4.0 stork-coverage diff --git a/docs/pom.xml b/docs/pom.xml index 6303d98c..69a8fb5c 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.4.0-SNAPSHOT + 2.4.0 stork-doc diff --git a/load-balancer/least-requests/pom.xml b/load-balancer/least-requests/pom.xml index 68fe1bfa..4361ac6a 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.4.0-SNAPSHOT + 2.4.0 ../../pom.xml diff --git a/load-balancer/least-response-time/pom.xml b/load-balancer/least-response-time/pom.xml index 8d64d7fb..43e076ad 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.4.0-SNAPSHOT + 2.4.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 154dfb4c..6dd1e211 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.4.0-SNAPSHOT + 2.4.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 98ea3ca1..20e3e135 100644 --- a/load-balancer/random/pom.xml +++ b/load-balancer/random/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.4.0-SNAPSHOT + 2.4.0 ../../pom.xml diff --git a/load-balancer/sticky/pom.xml b/load-balancer/sticky/pom.xml index 8ad867bf..d1a7d6eb 100644 --- a/load-balancer/sticky/pom.xml +++ b/load-balancer/sticky/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.4.0-SNAPSHOT + 2.4.0 ../../pom.xml diff --git a/microprofile/pom.xml b/microprofile/pom.xml index c14edd62..1226917a 100644 --- a/microprofile/pom.xml +++ b/microprofile/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.4.0-SNAPSHOT + 2.4.0 stork-microprofile-config diff --git a/pom.xml b/pom.xml index a0be4c3a..dcd22430 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ io.smallrye.stork stork-parent - 2.4.0-SNAPSHOT + 2.4.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.4.0 diff --git a/service-discovery/composite/pom.xml b/service-discovery/composite/pom.xml index 74cb9e8a..337c5125 100644 --- a/service-discovery/composite/pom.xml +++ b/service-discovery/composite/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.4.0-SNAPSHOT + 2.4.0 ../../pom.xml diff --git a/service-discovery/consul/pom.xml b/service-discovery/consul/pom.xml index 5ce4222c..2979225d 100644 --- a/service-discovery/consul/pom.xml +++ b/service-discovery/consul/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.4.0-SNAPSHOT + 2.4.0 ../../pom.xml diff --git a/service-discovery/dns/pom.xml b/service-discovery/dns/pom.xml index cda9f22a..86da9b03 100644 --- a/service-discovery/dns/pom.xml +++ b/service-discovery/dns/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.4.0-SNAPSHOT + 2.4.0 ../../pom.xml diff --git a/service-discovery/eureka/pom.xml b/service-discovery/eureka/pom.xml index ede480bb..e9224d1e 100644 --- a/service-discovery/eureka/pom.xml +++ b/service-discovery/eureka/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.4.0-SNAPSHOT + 2.4.0 ../../pom.xml diff --git a/service-discovery/knative/pom.xml b/service-discovery/knative/pom.xml index 3a45986c..3d1a68be 100644 --- a/service-discovery/knative/pom.xml +++ b/service-discovery/knative/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.4.0-SNAPSHOT + 2.4.0 ../../pom.xml diff --git a/service-discovery/kubernetes/pom.xml b/service-discovery/kubernetes/pom.xml index 3fe2224d..be9bd917 100644 --- a/service-discovery/kubernetes/pom.xml +++ b/service-discovery/kubernetes/pom.xml @@ -20,7 +20,7 @@ io.smallrye.stork stork-parent - 2.4.0-SNAPSHOT + 2.4.0 ../../pom.xml diff --git a/service-discovery/static-list/pom.xml b/service-discovery/static-list/pom.xml index 7a89bab1..ec051193 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.4.0-SNAPSHOT + 2.4.0 ../../pom.xml diff --git a/test-utils/pom.xml b/test-utils/pom.xml index 165b60c2..68adc8ba 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -5,7 +5,7 @@ io.smallrye.stork stork-parent - 2.4.0-SNAPSHOT + 2.4.0 ../pom.xml