enhancement: wehotel(#152)

This commit is contained in:
hongqiaowei
2021-04-30 16:19:19 +08:00
parent 7ae10b0471
commit f7b38be9cf
6 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@
<groupId>com.fizzgate</groupId>
<artifactId>fizz-bootstrap</artifactId>
<version>1.5.0</version>
<version>2.0.0-beta1</version>
<properties>
<java.version>1.8</java.version>
@@ -35,13 +35,13 @@
<dependency>
<groupId>com.fizzgate</groupId>
<artifactId>fizz-common</artifactId>
<version>1.5.0</version>
<version>2.0.0-beta1</version>
</dependency>
<dependency>
<groupId>com.fizzgate</groupId>
<artifactId>fizz-spring-boot-starter</artifactId>
<version>1.5.0</version>
<version>2.0.0-beta1</version>
</dependency>
</dependencies>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fizz-gateway-community</artifactId>
<groupId>com.fizzgate</groupId>
<version>1.5.0</version>
<version>2.0.0-beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fizz-gateway-community</artifactId>
<groupId>com.fizzgate</groupId>
<version>1.5.0</version>
<version>2.0.0-beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fizz-gateway-community</artifactId>
<groupId>com.fizzgate</groupId>
<version>1.5.0</version>
<version>2.0.0-beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fizz-gateway-community</artifactId>
<groupId>com.fizzgate</groupId>
<version>1.5.0</version>
<version>2.0.0-beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -5,7 +5,7 @@
<properties>
<!--<project.root>${project.basedir}</project.root>-->
<fizz.version>1.5.0</fizz.version>
<fizz.version>2.0.0-beta1</fizz.version>
<!--<java.version>1.8</java.version>-->
<spring-boot.version>2.2.13.RELEASE</spring-boot.version>
<spring-framework.version>5.2.14.RELEASE</spring-framework.version>
@@ -32,7 +32,7 @@
<artifactId>fizz-gateway-community</artifactId>
<name>${project.artifactId}</name>
<description>fizz gateway community</description>
<version>1.5.0</version>
<version>2.0.0-beta1</version>
<packaging>pom</packaging>
<modules>
<module>fizz-common</module>
@@ -391,7 +391,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<fizz.version>1.5.0</fizz.version>
<fizz.version>2.0.0-beta1</fizz.version>
</properties>
</profile>-->
<!-- mvn clean deploy -P release -->