提交 1070ffea 编写于 作者: D dingzhiwei

更新版本号为1.1.0

上级 4a1a1fe6
......@@ -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>
<!-- 项目依赖声明 -->
......
......@@ -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 -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册