Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 780074f

Browse filesBrowse files
committed
upgrade version
1 parent 59bdad9 commit 780074f
Copy full SHA for 780074f

File tree

Expand file treeCollapse file tree

5 files changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+6
-6
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ weixin-java-tools
2323
<dependency>
2424
<groupId>me.chanjar</groupId>
2525
<artifactId>weixin-java-mp</artifactId>
26-
<version>1.3.1</version>
26+
<version>1.3.2</version>
2727
</dependency>
2828
```
2929

@@ -33,7 +33,7 @@ weixin-java-tools
3333
<dependency>
3434
<groupId>me.chanjar</groupId>
3535
<artifactId>weixin-java-cp</artifactId>
36-
<version>1.3.1</version>
36+
<version>1.3.2</version>
3737
</dependency>
3838
```
3939

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>me.chanjar</groupId>
77
<artifactId>weixin-java-parent</artifactId>
8-
<version>1.3.2-SNAPSHOT</version>
8+
<version>1.3.2</version>
99
<packaging>pom</packaging>
1010
<name>WeiXin Java Tools - Parent</name>
1111
<description>微信公众号、企业号上级POM</description>

‎weixin-java-common/pom.xml

Copy file name to clipboardExpand all lines: weixin-java-common/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>me.chanjar</groupId>
88
<artifactId>weixin-java-parent</artifactId>
9-
<version>1.3.2-SNAPSHOT</version>
9+
<version>1.3.2</version>
1010
</parent>
1111

1212
<artifactId>weixin-java-common</artifactId>

‎weixin-java-cp/pom.xml

Copy file name to clipboardExpand all lines: weixin-java-cp/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>me.chanjar</groupId>
88
<artifactId>weixin-java-parent</artifactId>
9-
<version>1.3.2-SNAPSHOT</version>
9+
<version>1.3.2</version>
1010
</parent>
1111

1212
<artifactId>weixin-java-cp</artifactId>

‎weixin-java-mp/pom.xml

Copy file name to clipboardExpand all lines: weixin-java-mp/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>me.chanjar</groupId>
88
<artifactId>weixin-java-parent</artifactId>
9-
<version>1.3.2-SNAPSHOT</version>
9+
<version>1.3.2</version>
1010
</parent>
1111
<artifactId>weixin-java-mp</artifactId>
1212
<name>WeiXin Java Tools - MP</name>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.