publish v2.0.0-beta2
This commit is contained in:
@@ -12,10 +12,10 @@
|
|||||||
|
|
||||||
<groupId>com.fizzgate</groupId>
|
<groupId>com.fizzgate</groupId>
|
||||||
<artifactId>fizz-bootstrap</artifactId>
|
<artifactId>fizz-bootstrap</artifactId>
|
||||||
<version>2.0.0-beta1</version>
|
<version>2.0.0-beta2</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<fizz.version>2.0.0-beta1</fizz.version>
|
<fizz.version>2.0.0-beta2</fizz.version>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
<spring-framework.version>5.2.14.RELEASE</spring-framework.version>
|
<spring-framework.version>5.2.14.RELEASE</spring-framework.version>
|
||||||
<reactor-bom.version>Dysprosium-SR19</reactor-bom.version>
|
<reactor-bom.version>Dysprosium-SR19</reactor-bom.version>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>fizz-gateway-community</artifactId>
|
<artifactId>fizz-gateway-community</artifactId>
|
||||||
<groupId>com.fizzgate</groupId>
|
<groupId>com.fizzgate</groupId>
|
||||||
<version>2.0.0-beta1</version>
|
<version>2.0.0-beta2</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>fizz-gateway-community</artifactId>
|
<artifactId>fizz-gateway-community</artifactId>
|
||||||
<groupId>com.fizzgate</groupId>
|
<groupId>com.fizzgate</groupId>
|
||||||
<version>2.0.0-beta1</version>
|
<version>2.0.0-beta2</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>fizz-gateway-community</artifactId>
|
<artifactId>fizz-gateway-community</artifactId>
|
||||||
<groupId>com.fizzgate</groupId>
|
<groupId>com.fizzgate</groupId>
|
||||||
<version>2.0.0-beta1</version>
|
<version>2.0.0-beta2</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>fizz-gateway-community</artifactId>
|
<artifactId>fizz-gateway-community</artifactId>
|
||||||
<groupId>com.fizzgate</groupId>
|
<groupId>com.fizzgate</groupId>
|
||||||
<version>2.0.0-beta1</version>
|
<version>2.0.0-beta2</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@@ -37,9 +37,11 @@ we.proxy.dubbo.ApacheDubboGenericService,\
|
|||||||
we.proxy.grpc.client.GrpcProxyClient,\
|
we.proxy.grpc.client.GrpcProxyClient,\
|
||||||
we.proxy.grpc.GrpcGenericService,\
|
we.proxy.grpc.GrpcGenericService,\
|
||||||
we.proxy.grpc.GrpcInstanceServiceImpl,\
|
we.proxy.grpc.GrpcInstanceServiceImpl,\
|
||||||
|
we.proxy.http.HttpInstanceServiceImpl,\
|
||||||
we.proxy.CallbackService,\
|
we.proxy.CallbackService,\
|
||||||
we.proxy.DisableDiscoveryUriSelector,\
|
we.proxy.DisableDiscoveryUriSelector,\
|
||||||
we.proxy.EurekaUriSelector,\
|
we.proxy.EurekaUriSelector,\
|
||||||
we.proxy.FizzWebClient,\
|
we.proxy.FizzWebClient,\
|
||||||
we.proxy.NacosUriSelector,\
|
we.proxy.NacosUriSelector,\
|
||||||
|
we.proxy.RpcInstanceServiceImpl,\
|
||||||
we.stats.ratelimit.ResourceRateLimitConfigService
|
we.stats.ratelimit.ResourceRateLimitConfigService
|
||||||
|
|||||||
6
pom.xml
6
pom.xml
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!--<project.root>${project.basedir}</project.root>-->
|
<!--<project.root>${project.basedir}</project.root>-->
|
||||||
<fizz.version>2.0.0-beta1</fizz.version>
|
<fizz.version>2.0.0-beta2</fizz.version>
|
||||||
<!--<java.version>1.8</java.version>-->
|
<!--<java.version>1.8</java.version>-->
|
||||||
<spring-boot.version>2.2.13.RELEASE</spring-boot.version>
|
<spring-boot.version>2.2.13.RELEASE</spring-boot.version>
|
||||||
<spring-framework.version>5.2.14.RELEASE</spring-framework.version>
|
<spring-framework.version>5.2.14.RELEASE</spring-framework.version>
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
<artifactId>fizz-gateway-community</artifactId>
|
<artifactId>fizz-gateway-community</artifactId>
|
||||||
<name>${project.artifactId}</name>
|
<name>${project.artifactId}</name>
|
||||||
<description>fizz gateway community</description>
|
<description>fizz gateway community</description>
|
||||||
<version>2.0.0-beta1</version>
|
<version>2.0.0-beta2</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<modules>
|
<modules>
|
||||||
<module>fizz-common</module>
|
<module>fizz-common</module>
|
||||||
@@ -391,7 +391,7 @@
|
|||||||
<activeByDefault>true</activeByDefault>
|
<activeByDefault>true</activeByDefault>
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<properties>
|
||||||
<fizz.version>2.0.0-beta1</fizz.version>
|
<fizz.version>2.0.0-beta2</fizz.version>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>-->
|
</profile>-->
|
||||||
<!-- mvn clean deploy -P release -->
|
<!-- mvn clean deploy -P release -->
|
||||||
|
|||||||
Reference in New Issue
Block a user