1
0
mirror of synced 2025-12-14 02:37:58 +08:00

发布3.4.0正式版本

This commit is contained in:
Binary Wang
2019-05-18 17:04:45 +08:00
parent e3c0cada2e
commit a503171a5b
9 changed files with 13 additions and 9 deletions

View File

@@ -6,11 +6,13 @@
<parent>
<groupId>com.github.binarywang</groupId>
<artifactId>wx-java</artifactId>
<version>3.3.9.B</version>
<version>3.4.0</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>wx-java-mp-starter</artifactId>
<name>WxJava - Spring Boot Starter for MP</name>
<description>微信公众号开发的Spring Boot Starter</description>
<properties>
<spring.boot.version>2.1.4.RELEASE</spring.boot.version>

View File

@@ -5,12 +5,14 @@
<parent>
<artifactId>wx-java</artifactId>
<groupId>com.github.binarywang</groupId>
<version>3.3.9.B</version>
<version>3.4.0</version>
<relativePath>../../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wx-java-pay-starter</artifactId>
<name>WxJava - Spring Boot Starter for WxPay</name>
<description>微信支付开发的Spring Boot Starter</description>
<properties>
<spring.boot.version>2.1.4.RELEASE</spring.boot.version>