Align all artifact versions.

This commit is contained in:
Sutra Zhou
2020-12-17 15:49:39 +08:00
parent a40d41b0e2
commit fd0cbab364
4 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -10,7 +10,6 @@
<modelVersion>4.0.0</modelVersion>
<name>weixin4j-pay</name>
<artifactId>weixin4j-pay</artifactId>
<version>1.1.0</version>
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-pay</url>
<description>微信支付商户平台API</description>
<developers>
@@ -37,7 +36,7 @@
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-base</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<!-- 兼容 JDK 9+ 后的maven环境编译 -->
<dependency>