Skip to content

Commit

Permalink
升级sdk版本为2.7.8.BETA,以及spring boot版本至最新
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Aug 14, 2017
1 parent 9a4036c commit 1997df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.1.RELEASE</version>
<version>1.5.6.RELEASE</version>
</parent>

<groupId>com.github.binarywang</groupId>
Expand All @@ -18,7 +18,7 @@
<description>Spring Boot Demo with wechat MP</description>

<properties>
<weixin-java-mp.version>2.7.3.BETA</weixin-java-mp.version>
<weixin-java-mp.version>2.7.8.BETA</weixin-java-mp.version>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit 1997df5

Please sign in to comment.