Skip to content

Commit 2f277d6

Browse files
committed
4.0.1
1 parent d71b5a6 commit 2f277d6

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

UPDATE_LOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* 添加 Read_UseBigDecimalMode 新特性
99
* 添加 Read_UseBigIntegerMode 新特性
1010
* 添加 DecodeContext:hasFeature, EncodeContext:hasFeature 新特性
11-
* 完善 Write_Nulls Map 输出的控制
11+
* 优化 Write_Nulls 完善对 Map 输出的控制
1212
* 优化 Write_BrowserCompatible 写入性能
13-
*
13+
1414

1515
### 4.0.0
1616

snack4-jsonpath/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>snack4-parent</artifactId>
10-
<version>4.0.1-SNAPSHOT</version>
10+
<version>4.0.1</version>
1111
<relativePath>../snack4-parent/pom.xml</relativePath>
1212
</parent>
1313

snack4-jsonschema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>snack4-parent</artifactId>
10-
<version>4.0.1-SNAPSHOT</version>
10+
<version>4.0.1</version>
1111
<relativePath>../snack4-parent/pom.xml</relativePath>
1212
</parent>
1313

snack4-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.noear</groupId>
88
<artifactId>snack4-parent</artifactId>
9-
<version>4.0.1-SNAPSHOT</version>
9+
<version>4.0.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>${project.artifactId}</name>

snack4-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.noear</groupId>
88
<artifactId>snack4-parent</artifactId>
9-
<version>4.0.1-SNAPSHOT</version>
9+
<version>4.0.1</version>
1010
<relativePath>../snack4-parent/pom.xml</relativePath>
1111
</parent>
1212

snack4-test17/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.noear</groupId>
88
<artifactId>snack4-parent</artifactId>
9-
<version>4.0.1-SNAPSHOT</version>
9+
<version>4.0.1</version>
1010
</parent>
1111

1212
<artifactId>snack4-test17</artifactId>

snack4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>snack4-parent</artifactId>
10-
<version>4.0.1-SNAPSHOT</version>
10+
<version>4.0.1</version>
1111
<relativePath>../snack4-parent/pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)