Skip to content

Commit 856c209

Browse files
committed
版本更新 -> 3.0.3-RC1-RELEASE
1.修复自定义比较器接口范围
1 parent cd5aa1c commit 856c209

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<version>${version}</version>
4141
</dependency>
4242
```
43-
[版本查看](https://central.sonatype.com/artifact/cn.xiaoandcai/json-diff/3.0.2-RC1-RELEASE)
44-
2022-03-04 最新版本:3.0.2-RC1-RELEASE
43+
[版本查看](https://central.sonatype.com/artifact/cn.xiaoandcai/json-diff/3.0.3-RC1-RELEASE)
44+
2022-03-04 最新版本:3.0.3-RC1-RELEASE
4545

4646
```java
4747
/**

json-diff-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>json-diff-parent</artifactId>
77
<groupId>cn.xiaoandcai</groupId>
8-
<version>3.0.2-RC1-RELEASE</version>
8+
<version>3.0.3-RC1-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>json-diff-common</artifactId>
13-
<version>3.0.2-RC1-RELEASE</version>
13+
<version>3.0.3-RC1-RELEASE</version>
1414

1515
<properties>
1616
<maven.compiler.source>8</maven.compiler.source>

json-diff-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>json-diff-parent</artifactId>
77
<groupId>cn.xiaoandcai</groupId>
8-
<version>3.0.2-RC1-RELEASE</version>
8+
<version>3.0.3-RC1-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>json-diff-core</artifactId>
13-
<version>3.0.2-RC1-RELEASE</version>
13+
<version>3.0.3-RC1-RELEASE</version>
1414

1515
<dependencies>
1616
<dependency>

json-diff-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>json-diff-parent</artifactId>
77
<groupId>cn.xiaoandcai</groupId>
8-
<version>3.0.2-RC1-RELEASE</version>
8+
<version>3.0.3-RC1-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>json-diff-test</artifactId>
13-
<version>3.0.2-RC1-RELEASE</version>
13+
<version>3.0.3-RC1-RELEASE</version>
1414

1515
<properties>
1616
<maven.compiler.source>8</maven.compiler.source>

json-diff/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>json-diff-parent</artifactId>
77
<groupId>cn.xiaoandcai</groupId>
8-
<version>3.0.2-RC1-RELEASE</version>
8+
<version>3.0.3-RC1-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>cn.xiaoandcai</groupId>
88
<artifactId>json-diff-parent</artifactId>
99
<!-- mvn clean deploy - -settings /Users/weidian/.m2/settings-out.xml -->
10-
<version>3.0.2-RC1-RELEASE</version>
10+
<version>3.0.3-RC1-RELEASE</version>
1111
<name>JsonDiff</name>
1212
<url>https://gitee.com/local-li/json-diff</url>
1313
<description>一款高性能的Json差异发现工具</description>

0 commit comments

Comments
 (0)