Skip to content

Commit 69df034

Browse files
committed
版本更新 -> 3.1.3-RC1-RELEASE
1.修复忽略顺序模式下,比较会循环
1 parent 6273ff2 commit 69df034

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</dependency>
4242
```
4343
[版本查看](./VersionHistory.md)
44-
2022-04-19 最新版本:3.1.2-RC1-RELEASE
44+
2022-04-19 最新版本:3.1.3-RC1-RELEASE
4545

4646
```java
4747
/**

VersionHistory.md

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

33
## 3.X 🌟
44

5-
- **3.1.2-RC1-RELEASE**
5+
- **3.1.3-RC1-RELEASE**
66
- 修复数组比较数组越界问题
77

88

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.1.2-RC1-RELEASE</version>
8+
<version>3.1.3-RC1-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>json-diff-common</artifactId>
13-
<version>3.1.2-RC1-RELEASE</version>
13+
<version>3.1.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.1.2-RC1-RELEASE</version>
8+
<version>3.1.3-RC1-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>json-diff-core</artifactId>
13-
<version>3.1.2-RC1-RELEASE</version>
13+
<version>3.1.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.1.2-RC1-RELEASE</version>
8+
<version>3.1.3-RC1-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>json-diff-test</artifactId>
13-
<version>3.1.2-RC1-RELEASE</version>
13+
<version>3.1.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.1.2-RC1-RELEASE</version>
8+
<version>3.1.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.1.2-RC1-RELEASE</version>
10+
<version>3.1.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)