版本号修改为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 KONGX_RUN_MODE "Docker"
ENV VERSION 2.0.1 ENV VERSION 2.0.2
ENV SERVER_PORT 8095 ENV SERVER_PORT 8095
RUN \ RUN \

View File

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

View File

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

View File

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