Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
Weixin Java Tools
Commits
d5d61a4e
Commit
d5d61a4e
authored
3 years ago
by
Binary Wang
Browse files
Options
Download
Email Patches
Plain Diff
发布 4.2.0 正式版本
parent
5f1aa6fc
develop
release
v4.2.0
No related merge requests found
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
pom.xml
+1
-1
pom.xml
spring-boot-starters/pom.xml
+1
-1
spring-boot-starters/pom.xml
spring-boot-starters/wx-java-miniapp-spring-boot-starter/pom.xml
+1
-1
...boot-starters/wx-java-miniapp-spring-boot-starter/pom.xml
spring-boot-starters/wx-java-mp-spring-boot-starter/pom.xml
+1
-1
spring-boot-starters/wx-java-mp-spring-boot-starter/pom.xml
spring-boot-starters/wx-java-open-spring-boot-starter/pom.xml
+1
-1
...ng-boot-starters/wx-java-open-spring-boot-starter/pom.xml
spring-boot-starters/wx-java-pay-spring-boot-starter/pom.xml
+1
-1
spring-boot-starters/wx-java-pay-spring-boot-starter/pom.xml
spring-boot-starters/wx-java-qidian-spring-boot-starter/pom.xml
+1
-1
...-boot-starters/wx-java-qidian-spring-boot-starter/pom.xml
weixin-graal/pom.xml
+1
-1
weixin-graal/pom.xml
weixin-java-common/pom.xml
+1
-1
weixin-java-common/pom.xml
weixin-java-cp/pom.xml
+1
-1
weixin-java-cp/pom.xml
weixin-java-miniapp/pom.xml
+1
-1
weixin-java-miniapp/pom.xml
weixin-java-mp/pom.xml
+1
-1
weixin-java-mp/pom.xml
weixin-java-open/pom.xml
+1
-1
weixin-java-open/pom.xml
weixin-java-pay/pom.xml
+1
-1
weixin-java-pay/pom.xml
weixin-java-qidian/pom.xml
+1
-1
weixin-java-qidian/pom.xml
with
15 additions
and
15 deletions
+15
-15
pom.xml
+
1
-
1
View file @
d5d61a4e
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
wx-java
</artifactId>
<version>
4.
1.9.B
</version>
<version>
4.
2.0
</version>
<packaging>
pom
</packaging>
<name>
WxJava - Weixin/Wechat Java SDK
</name>
<description>
微信开发Java SDK
</description>
...
...
This diff is collapsed.
Click to expand it.
spring-boot-starters/pom.xml
+
1
-
1
View file @
d5d61a4e
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
wx-java
</artifactId>
<version>
4.
1.9.B
</version>
<version>
4.
2.0
</version>
</parent>
<packaging>
pom
</packaging>
<artifactId>
wx-java-spring-boot-starters
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
spring-boot-starters/wx-java-miniapp-spring-boot-starter/pom.xml
+
1
-
1
View file @
d5d61a4e
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
wx-java-spring-boot-starters
</artifactId>
<groupId>
com.github.binarywang
</groupId>
<version>
4.
1.9.B
</version>
<version>
4.
2.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
spring-boot-starters/wx-java-mp-spring-boot-starter/pom.xml
+
1
-
1
View file @
d5d61a4e
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
wx-java-spring-boot-starters
</artifactId>
<groupId>
com.github.binarywang
</groupId>
<version>
4.
1.9.B
</version>
<version>
4.
2.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
spring-boot-starters/wx-java-open-spring-boot-starter/pom.xml
+
1
-
1
View file @
d5d61a4e
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
wx-java-spring-boot-starters
</artifactId>
<groupId>
com.github.binarywang
</groupId>
<version>
4.
1.9.B
</version>
<version>
4.
2.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
spring-boot-starters/wx-java-pay-spring-boot-starter/pom.xml
+
1
-
1
View file @
d5d61a4e
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
wx-java-spring-boot-starters
</artifactId>
<groupId>
com.github.binarywang
</groupId>
<version>
4.
1.9.B
</version>
<version>
4.
2.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
spring-boot-starters/wx-java-qidian-spring-boot-starter/pom.xml
+
1
-
1
View file @
d5d61a4e
...
...
@@ -3,7 +3,7 @@
<parent>
<artifactId>
wx-java-spring-boot-starters
</artifactId>
<groupId>
com.github.binarywang
</groupId>
<version>
4.
1.9.B
</version>
<version>
4.
2.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
weixin-graal/pom.xml
+
1
-
1
View file @
d5d61a4e
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
wx-java
</artifactId>
<version>
4.
1.9.B
</version>
<version>
4.
2.0
</version>
</parent>
<artifactId>
weixin-graal
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
weixin-java-common/pom.xml
+
1
-
1
View file @
d5d61a4e
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
wx-java
</artifactId>
<version>
4.
1.9.B
</version>
<version>
4.
2.0
</version>
</parent>
<artifactId>
weixin-java-common
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
weixin-java-cp/pom.xml
+
1
-
1
View file @
d5d61a4e
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
wx-java
</artifactId>
<version>
4.
1.9.B
</version>
<version>
4.
2.0
</version>
</parent>
<artifactId>
weixin-java-cp
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
weixin-java-miniapp/pom.xml
+
1
-
1
View file @
d5d61a4e
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
wx-java
</artifactId>
<version>
4.
1.9.B
</version>
<version>
4.
2.0
</version>
</parent>
<artifactId>
weixin-java-miniapp
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
weixin-java-mp/pom.xml
+
1
-
1
View file @
d5d61a4e
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
wx-java
</artifactId>
<version>
4.
1.9.B
</version>
<version>
4.
2.0
</version>
</parent>
<artifactId>
weixin-java-mp
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
weixin-java-open/pom.xml
+
1
-
1
View file @
d5d61a4e
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
wx-java
</artifactId>
<version>
4.
1.9.B
</version>
<version>
4.
2.0
</version>
</parent>
<artifactId>
weixin-java-open
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
weixin-java-pay/pom.xml
+
1
-
1
View file @
d5d61a4e
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
wx-java
</artifactId>
<version>
4.
1.9.B
</version>
<version>
4.
2.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
weixin-java-qidian/pom.xml
+
1
-
1
View file @
d5d61a4e
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
wx-java
</artifactId>
<version>
4.
1.9.B
</version>
<version>
4.
2.0
</version>
</parent>
<artifactId>
weixin-java-qidian
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help