Skip to content

Commit d85755f

Browse files
committed
升级SDK版本
1 parent 39157b2 commit d85755f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.github.binarywang</groupId>
7-
<artifactId>weixin-mp-demo</artifactId>
7+
<artifactId>weixin-java-mp-demo</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>war</packaging>
1010
<name>Weixin MP Demo</name>
1111
<description>weixin mp demo with spring MVC</description>
12-
<url>https://github.com/wechat-group/weixin-mp-demo</url>
12+
<url>https://github.com/wechat-group/weixin-java-mp-demo</url>
1313
<properties>
1414
<maven.compiler.source>1.7</maven.compiler.source>
1515
<maven.compiler.target>1.7</maven.compiler.target>
1616

17-
<weixin-java-mp.version>2.4.5.BETA</weixin-java-mp.version>
17+
<weixin-java-mp.version>2.4.8.BETA</weixin-java-mp.version>
1818
<spring.version>4.3.2.RELEASE</spring.version>
1919
<spring-security.version>4.1.3.RELEASE</spring-security.version>
2020
<guava.version>19.0</guava.version>

0 commit comments

Comments
 (0)