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
5e7d1ebb
Commit
5e7d1ebb
authored
9 years ago
by
Daniel Qian
Browse files
Options
Download
Email Patches
Plain Diff
upgrade to 1.3.1
parent
d87fe635
develop
release
revert-2220-develop
v4.2.0
v4.1.0
v4.0.0
v3.9.0
v3.8.0
v3.7.0
v3.6.0
v3.5.0
v3.4.0
v3.3.0
v3.2.0
v3.1.0
v3.0.0
v2.9.0
v2.8.0
v2.7.0
v2.6.0
v2.5.0
v2.4.0
v2.3.0
v2.2.0
v2.1.0
v2.0.0
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.md
+2
-2
README.md
pom.xml
+1
-1
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-mp/pom.xml
+1
-1
weixin-java-mp/pom.xml
with
6 additions
and
6 deletions
+6
-6
README.md
+
2
-
2
View file @
5e7d1ebb
...
...
@@ -17,7 +17,7 @@ weixin-java-tools
<dependency>
<groupId>
me.chanjar
</groupId>
<artifactId>
weixin-java-mp
</artifactId>
<version>
1.3.
0
</version>
<version>
1.3.
1
</version>
</dependency>
```
...
...
@@ -27,7 +27,7 @@ weixin-java-tools
<dependency>
<groupId>
me.chanjar
</groupId>
<artifactId>
weixin-java-cp
</artifactId>
<version>
1.3.
0
</version>
<version>
1.3.
1
</version>
</dependency>
```
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
-
1
View file @
5e7d1ebb
...
...
@@ -5,7 +5,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
me.chanjar
</groupId>
<artifactId>
weixin-java-parent
</artifactId>
<version>
1.3.1
-SNAPSHOT
</version>
<version>
1.3.1
</version>
<packaging>
pom
</packaging>
<name>
WeiXin Java Tools - Parent
</name>
<description>
微信公众号、企业号上级POM
</description>
...
...
This diff is collapsed.
Click to expand it.
weixin-java-common/pom.xml
+
1
-
1
View file @
5e7d1ebb
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
me.chanjar
</groupId>
<artifactId>
weixin-java-parent
</artifactId>
<version>
1.3.1
-SNAPSHOT
</version>
<version>
1.3.1
</version>
</parent>
<artifactId>
weixin-java-common
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
weixin-java-cp/pom.xml
+
1
-
1
View file @
5e7d1ebb
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
me.chanjar
</groupId>
<artifactId>
weixin-java-parent
</artifactId>
<version>
1.3.1
-SNAPSHOT
</version>
<version>
1.3.1
</version>
</parent>
<artifactId>
weixin-java-cp
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
weixin-java-mp/pom.xml
+
1
-
1
View file @
5e7d1ebb
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
me.chanjar
</groupId>
<artifactId>
weixin-java-parent
</artifactId>
<version>
1.3.1
-SNAPSHOT
</version>
<version>
1.3.1
</version>
</parent>
<artifactId>
weixin-java-mp
</artifactId>
<name>
WeiXin Java Tools - MP
</name>
...
...
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