版本号修改为2.0.2

This commit is contained in:
raoxiaoyan 2020-11-26 18:42:18 +08:00
parent 1711668a9c
commit 01998df98d
4 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ FROM openjdk:8-jre-alpine
ENV KONGX_RUN_MODE "Docker"
ENV VERSION 2.0.1
ENV VERSION 2.0.2
ENV SERVER_PORT 8095
RUN \

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>kongx</artifactId>
<groupId>com.kongx</groupId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>kongx</artifactId>
<groupId>com.kongx</groupId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -14,7 +14,7 @@
<dependency>
<groupId>com.kongx</groupId>
<artifactId>kongx-common</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
<dependency>

View File

@ -13,7 +13,7 @@
<groupId>com.kongx</groupId>
<artifactId>kongx</artifactId>
<packaging>pom</packaging>
<version>2.0.1</version>
<version>2.0.2</version>
<modules>
<module>kongx-serve</module>
<module>kongx-common</module>