Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
troyzhxu committed Apr 13, 2022
1 parent 62000c8 commit a4bd15e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jsonkit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.ejlchina</groupId>
<artifactId>jsonkit</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jsonkit-fastjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.ejlchina</groupId>
<artifactId>jsonkit</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jsonkit-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.ejlchina</groupId>
<artifactId>jsonkit</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jsonkit-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.ejlchina</groupId>
<artifactId>jsonkit</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jsonkit-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.ejlchina</groupId>
<artifactId>jsonkit</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ejlchina</groupId>
<artifactId>jsonkit</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<name>JsonKit</name>

<packaging>pom</packaging>
Expand Down

0 comments on commit a4bd15e

Please sign in to comment.