Align all artifact versions.
This commit is contained in:
parent
a40d41b0e2
commit
fd0cbab364
2
pom.xml
2
pom.xml
@ -45,9 +45,9 @@
|
|||||||
<module>weixin4j-qy</module>
|
<module>weixin4j-qy</module>
|
||||||
<module>weixin4j-wxa</module>
|
<module>weixin4j-wxa</module>
|
||||||
<module>weixin4j-server</module>
|
<module>weixin4j-server</module>
|
||||||
<module>weixin4j-example</module>
|
|
||||||
<module>weixin4j-serverX</module>
|
<module>weixin4j-serverX</module>
|
||||||
<module>weixin4j-pay</module>
|
<module>weixin4j-pay</module>
|
||||||
|
<module>weixin4j-example</module>
|
||||||
</modules>
|
</modules>
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|||||||
@ -53,7 +53,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j-pay</artifactId>
|
<artifactId>weixin4j-pay</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- 微信企业号 -->
|
<!-- 微信企业号 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -65,7 +65,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j-server</artifactId>
|
<artifactId>weixin4j-server</artifactId>
|
||||||
<version>1.1.9</version>
|
<version>${project.version}</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<artifactId>netty-all</artifactId>
|
<artifactId>netty-all</artifactId>
|
||||||
|
|||||||
@ -10,7 +10,6 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<name>weixin4j-pay</name>
|
<name>weixin4j-pay</name>
|
||||||
<artifactId>weixin4j-pay</artifactId>
|
<artifactId>weixin4j-pay</artifactId>
|
||||||
<version>1.1.0</version>
|
|
||||||
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-pay</url>
|
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-pay</url>
|
||||||
<description>微信支付商户平台API</description>
|
<description>微信支付商户平台API</description>
|
||||||
<developers>
|
<developers>
|
||||||
@ -37,7 +36,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j-base</artifactId>
|
<artifactId>weixin4j-base</artifactId>
|
||||||
<version>1.9.0-SNAPSHOT</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- 兼容 JDK 9+ 后的maven环境编译 -->
|
<!-- 兼容 JDK 9+ 后的maven环境编译 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@ -9,7 +9,6 @@
|
|||||||
<version>1.9.0-SNAPSHOT</version>
|
<version>1.9.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>weixin4j-server</artifactId>
|
<artifactId>weixin4j-server</artifactId>
|
||||||
<version>1.1.9</version>
|
|
||||||
<name>weixin4j-server</name>
|
<name>weixin4j-server</name>
|
||||||
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url>
|
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url>
|
||||||
<description>微信消息netty服务器</description>
|
<description>微信消息netty服务器</description>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user