Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
1070ffea
Commit
1070ffea
authored
Jun 18, 2021
by
dingzhiwei
Browse files
更新版本号为1.1.0
parent
4a1a1fe6
Changes
6
Hide whitespace changes
Inline
Side-by-side
jeepay-core/pom.xml
View file @
1070ffea
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
com.jeequan
</groupId>
<artifactId>
jeepay
</artifactId>
<version>
1.
0
.0
</version>
<version>
1.
1
.0
</version>
</parent>
<!-- 项目依赖声明 -->
...
...
jeepay-manager/pom.xml
View file @
1070ffea
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
com.jeequan
</groupId>
<artifactId>
jeepay
</artifactId>
<version>
1.
0
.0
</version>
<version>
1.
1
.0
</version>
</parent>
<!-- 项目依赖声明 -->
<dependencies>
...
...
jeepay-merchant/pom.xml
View file @
1070ffea
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
com.jeequan
</groupId>
<artifactId>
jeepay
</artifactId>
<version>
1.
0
.0
</version>
<version>
1.
1
.0
</version>
</parent>
<!-- 项目依赖声明 -->
<dependencies>
...
...
jeepay-payment/pom.xml
View file @
1070ffea
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
com.jeequan
</groupId>
<artifactId>
jeepay
</artifactId>
<version>
1.
0
.0
</version>
<version>
1.
1
.0
</version>
</parent>
<!-- 项目依赖声明 -->
<dependencies>
...
...
jeepay-service/pom.xml
View file @
1070ffea
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
com.jeequan
</groupId>
<artifactId>
jeepay
</artifactId>
<version>
1.
0
.0
</version>
<version>
1.
1
.0
</version>
</parent>
<!-- 项目依赖声明 -->
...
...
pom.xml
View file @
1070ffea
...
...
@@ -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 -->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment