From 5932b2d4272a64a0b6c386b0a74cbd2ac43469e7 Mon Sep 17 00:00:00 2001 From: hongqiaowei Date: Thu, 6 May 2021 15:30:47 +0800 Subject: [PATCH] publish v2.0.0-beta2 --- fizz-bootstrap/pom.xml | 4 ++-- fizz-common/pom.xml | 2 +- fizz-core/pom.xml | 2 +- fizz-plugin/pom.xml | 2 +- fizz-spring-boot-starter/pom.xml | 2 +- .../src/main/resources/META-INF/spring.factories | 2 ++ pom.xml | 6 +++--- 7 files changed, 11 insertions(+), 9 deletions(-) diff --git a/fizz-bootstrap/pom.xml b/fizz-bootstrap/pom.xml index 81630b1..a449b54 100644 --- a/fizz-bootstrap/pom.xml +++ b/fizz-bootstrap/pom.xml @@ -12,10 +12,10 @@ com.fizzgate fizz-bootstrap - 2.0.0-beta1 + 2.0.0-beta2 - 2.0.0-beta1 + 2.0.0-beta2 1.8 5.2.14.RELEASE Dysprosium-SR19 diff --git a/fizz-common/pom.xml b/fizz-common/pom.xml index c01d8ca..e0f4818 100644 --- a/fizz-common/pom.xml +++ b/fizz-common/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.0.0-beta1 + 2.0.0-beta2 ../pom.xml 4.0.0 diff --git a/fizz-core/pom.xml b/fizz-core/pom.xml index f8c3c2e..286766a 100644 --- a/fizz-core/pom.xml +++ b/fizz-core/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.0.0-beta1 + 2.0.0-beta2 ../pom.xml 4.0.0 diff --git a/fizz-plugin/pom.xml b/fizz-plugin/pom.xml index db0943c..5b22fd7 100644 --- a/fizz-plugin/pom.xml +++ b/fizz-plugin/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.0.0-beta1 + 2.0.0-beta2 ../pom.xml 4.0.0 diff --git a/fizz-spring-boot-starter/pom.xml b/fizz-spring-boot-starter/pom.xml index 792915c..7926c28 100644 --- a/fizz-spring-boot-starter/pom.xml +++ b/fizz-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.0.0-beta1 + 2.0.0-beta2 ../pom.xml 4.0.0 diff --git a/fizz-spring-boot-starter/src/main/resources/META-INF/spring.factories b/fizz-spring-boot-starter/src/main/resources/META-INF/spring.factories index 15839dc..ce878cc 100644 --- a/fizz-spring-boot-starter/src/main/resources/META-INF/spring.factories +++ b/fizz-spring-boot-starter/src/main/resources/META-INF/spring.factories @@ -37,9 +37,11 @@ we.proxy.dubbo.ApacheDubboGenericService,\ we.proxy.grpc.client.GrpcProxyClient,\ we.proxy.grpc.GrpcGenericService,\ we.proxy.grpc.GrpcInstanceServiceImpl,\ +we.proxy.http.HttpInstanceServiceImpl,\ we.proxy.CallbackService,\ we.proxy.DisableDiscoveryUriSelector,\ we.proxy.EurekaUriSelector,\ we.proxy.FizzWebClient,\ we.proxy.NacosUriSelector,\ +we.proxy.RpcInstanceServiceImpl,\ we.stats.ratelimit.ResourceRateLimitConfigService diff --git a/pom.xml b/pom.xml index 5452af0..d2a10c9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ - 2.0.0-beta1 + 2.0.0-beta2 2.2.13.RELEASE 5.2.14.RELEASE @@ -32,7 +32,7 @@ fizz-gateway-community ${project.artifactId} fizz gateway community - 2.0.0-beta1 + 2.0.0-beta2 pom fizz-common @@ -391,7 +391,7 @@ true - 2.0.0-beta1 + 2.0.0-beta2 -->