更新版本号为1.1.0
This commit is contained in:
parent
4a1a1fe6f3
commit
1070ffea8e
|
|
@ -13,7 +13,7 @@
|
|||
<parent>
|
||||
<groupId>com.jeequan</groupId>
|
||||
<artifactId>jeepay</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.1.0</version>
|
||||
</parent>
|
||||
|
||||
<!-- 项目依赖声明 -->
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<parent>
|
||||
<groupId>com.jeequan</groupId>
|
||||
<artifactId>jeepay</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.1.0</version>
|
||||
</parent>
|
||||
<!-- 项目依赖声明 -->
|
||||
<dependencies>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<parent>
|
||||
<groupId>com.jeequan</groupId>
|
||||
<artifactId>jeepay</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.1.0</version>
|
||||
</parent>
|
||||
<!-- 项目依赖声明 -->
|
||||
<dependencies>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<parent>
|
||||
<groupId>com.jeequan</groupId>
|
||||
<artifactId>jeepay</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.1.0</version>
|
||||
</parent>
|
||||
<!-- 项目依赖声明 -->
|
||||
<dependencies>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<parent>
|
||||
<groupId>com.jeequan</groupId>
|
||||
<artifactId>jeepay</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.1.0</version>
|
||||
</parent>
|
||||
|
||||
<!-- 项目依赖声明 -->
|
||||
|
|
|
|||
4
pom.xml
4
pom.xml
|
|
@ -8,7 +8,7 @@
|
|||
<packaging>pom</packaging> <!-- 项目的最终打包类型/发布形式, 可选[jar, war, pom, maven-plugin]等 -->
|
||||
|
||||
<name>jeepay</name>
|
||||
<version>1.0.0</version> <!-- pom版本号/项目总版本号, 每个子项目引入的版本号必须一致。 -->
|
||||
<version>1.1.0</version> <!-- pom版本号/项目总版本号, 每个子项目引入的版本号必须一致。 -->
|
||||
<description>Jeepay计全支付系统</description> <!-- 项目描述 -->
|
||||
<url>https://www.jeequan.com</url>
|
||||
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
<properties>
|
||||
<java.version>1.8</java.version> <!-- 指定java版本号 -->
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- 项目构建输出编码 -->
|
||||
<isys.version>1.0.0</isys.version> <!-- 指定当前[项目]版本号 -->
|
||||
<isys.version>1.1.0</isys.version> <!-- 指定当前[项目]版本号 -->
|
||||
|
||||
<!-- 其他工具包 -->
|
||||
<fastjson.version>1.2.76</fastjson.version> <!-- fastjson -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue