upgrade: 版本号变更

This commit is contained in:
Fang
2022-06-18 16:00:33 +08:00
parent 565f27988d
commit 0027e6f934
4 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@
- `WechatPayScoreParkingApi` 微信支付分V3停车服务
- `WechatBatchTransferApi` 微信支付V3批量转账到零钱
- `WechatPartnerSpecialMchApi` 微信支付V3服务商商户进件
- `WechatBatchTransferApi` 微信支付V3媒体上传
- `WechatMediaApi` 微信支付V3媒体上传
> 随着版本迭代功能会增加。

View File

@@ -5,11 +5,11 @@
<parent>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot</artifactId>
<version>1.0.13.RELEASE</version>
<version>1.0.14.RELEASE</version>
</parent>
<artifactId>payment-spring-boot-autoconfigure</artifactId>
<version>1.0.13.RELEASE</version>
<version>1.0.14.RELEASE</version>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>

View File

@@ -5,11 +5,11 @@
<parent>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot</artifactId>
<version>1.0.13.RELEASE</version>
<version>1.0.14.RELEASE</version>
</parent>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.13.RELEASE</version>
<version>1.0.14.RELEASE</version>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>

View File

@@ -30,7 +30,7 @@
</developers>
<scm>
<tag>payment-spring-boot-1.0.13.RELEASE</tag>
<tag>payment-spring-boot-1.0.14.RELEASE</tag>
<url>https://github.com/NotFound403/payment-spring-boot</url>
<connection>scm:git:https://github.com/NotFound403/payment-spring-boot.git</connection>
<developerConnection>scm:git:https://github.com/NotFound403/payment-spring-boot.git</developerConnection>