Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
troyzhxu committed May 5, 2022
1 parent 127f6a0 commit b42f886
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.2</version>
<version>1.3.3</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.2</version>
<version>1.3.3</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.2</version>
<version>1.3.3</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.2</version>
<version>1.3.3</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.2</version>
<version>1.3.3</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions 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.2</version>
<version>1.3.3</version>
<name>JsonKit</name>

<packaging>pom</packaging>
Expand Down Expand Up @@ -59,7 +59,7 @@
<connection>scm:git:https://gitee.com/ejlchina-zhxu/jsonkit.git</connection>
<developerConnection>scm:git:https://gitee.com/ejlchina-zhxu/jsonkit.git</developerConnection>
<url>https://gitee.com/ejlchina-zhxu/jsonkit</url>
<tag>v1.3.1</tag>
<tag>v1.3.3</tag>
</scm>

<repositories>
Expand Down

0 comments on commit b42f886

Please sign in to comment.