enhancement: wehotel(#152)
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
<version>2.0.0-beta1</version>
|
<version>2.0.0-beta1</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
<fizz.version>2.0.0-beta1</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>
|
||||||
@@ -35,13 +36,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fizzgate</groupId>
|
<groupId>com.fizzgate</groupId>
|
||||||
<artifactId>fizz-common</artifactId>
|
<artifactId>fizz-common</artifactId>
|
||||||
<version>2.0.0-beta1</version>
|
<version>${fizz.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fizzgate</groupId>
|
<groupId>com.fizzgate</groupId>
|
||||||
<artifactId>fizz-spring-boot-starter</artifactId>
|
<artifactId>fizz-spring-boot-starter</artifactId>
|
||||||
<version>2.0.0-beta1</version>
|
<version>${fizz.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user