Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
周旭 committed Mar 26, 2022
1 parent 6310b86 commit 2e6d3bc
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>jsonkit-core</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
```

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>jsonkit-jackson</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
```

Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>jsonkit-gson</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
```

Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>jsonkit-fastjson</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
```

Expand All @@ -59,25 +59,25 @@
### Gradle

```groovy
implementation 'com.ejlchina:jsonkit-core:1.3.0'
implementation 'com.ejlchina:jsonkit-core:1.3.1'
```

使用 Jackson 底层实现:

```groovy
implementation 'com.ejlchina:jsonkit-jackson:1.3.0'
implementation 'com.ejlchina:jsonkit-jackson:1.3.1'
```

使用 Gson 底层实现:

```groovy
implementation 'com.ejlchina:jsonkit-gson:1.3.0'
implementation 'com.ejlchina:jsonkit-gson:1.3.1'
```

使用 Fastjson 底层实现:

```groovy
implementation 'com.ejlchina:jsonkit-fastjson:1.3.0'
implementation 'com.ejlchina:jsonkit-fastjson:1.3.1'
```

以上依赖添加一个即可。
Expand Down
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.0</version>
<version>1.3.1</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.0</version>
<version>1.3.1</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.0</version>
<version>1.3.1</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.0</version>
<version>1.3.1</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.0</version>
<version>1.3.1</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.0</version>
<version>1.3.1</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.0</tag>
<tag>v1.3.1</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 2e6d3bc

Please sign in to comment.