|
@@ -6,7 +6,7 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>com.github.binarywang</groupId>
|
|
|
<artifactId>weixin-java-parent</artifactId>
|
|
|
- <version>2.9.4.BETA</version>
|
|
|
+ <version>2.9.5.BETA</version>
|
|
|
<packaging>pom</packaging>
|
|
|
<name>WeiXin Java Tools - Parent</name>
|
|
|
<description>微信公众号、企业号上级POM</description>
|
|
@@ -322,6 +322,19 @@
|
|
|
</profiles>
|
|
|
|
|
|
<build>
|
|
|
+ <pluginManagement>
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-surefire-plugin</artifactId>
|
|
|
+ <version>2.17</version>
|
|
|
+ <configuration>
|
|
|
+ <skip>true</skip>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+ </pluginManagement>
|
|
|
+
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.sonatype.plugins</groupId>
|