mirror of
https://gitee.com/raoxy/kongx.git
synced 2025-07-10 00:00:02 +08:00
版本号修改为2.0.2
This commit is contained in:
parent
1711668a9c
commit
01998df98d
@ -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 \
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user