Skip to content

Commit 31d1cb1

Browse files
committed
Bump version to
1 parent 0af9d6a commit 31d1cb1

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

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

1212
<artifactId>json-diff-common</artifactId>
13-
<version>4.0.5-RC1-RELEASE</version>
13+
<version>4.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>4.0.5-RC1-RELEASE</version>
8+
<version>4.1.3-RC1-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>json-diff-core</artifactId>
13-
<version>4.0.5-RC1-RELEASE</version>
13+
<version>4.1.3-RC1-RELEASE</version>
1414

1515
<dependencies>
1616
<dependency>

json-diff-impl/json-diff-impl-fastjson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>cn.xiaoandcai</groupId>
88
<artifactId>json-diff-parent</artifactId>
9-
<version>4.0.5-RC1-RELEASE</version>
9+
<version>4.1.3-RC1-RELEASE</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

13-
<version>4.0.5-RC1-RELEASE</version>
13+
<version>4.1.3-RC1-RELEASE</version>
1414
<artifactId>json-diff-impl-fastjson</artifactId>
1515

1616
<properties>

json-diff-impl/json-diff-impl-fastjson2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>cn.xiaoandcai</groupId>
88
<artifactId>json-diff-parent</artifactId>
9-
<version>4.0.5-RC1-RELEASE</version>
9+
<version>4.1.3-RC1-RELEASE</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

13-
<version>4.0.5-RC1-RELEASE</version>
13+
<version>4.1.3-RC1-RELEASE</version>
1414
<artifactId>json-diff-impl-fastjson2</artifactId>
1515

1616
<properties>

json-diff-impl/json-diff-impl-gson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>cn.xiaoandcai</groupId>
88
<artifactId>json-diff-parent</artifactId>
9-
<version>4.0.5-RC1-RELEASE</version>
9+
<version>4.1.3-RC1-RELEASE</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

13-
<version>4.0.5-RC1-RELEASE</version>
13+
<version>4.1.3-RC1-RELEASE</version>
1414
<artifactId>json-diff-impl-gson</artifactId>
1515

1616
<properties>

json-diff-impl/json-diff-impl-jackson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>cn.xiaoandcai</groupId>
88
<artifactId>json-diff-parent</artifactId>
9-
<version>4.0.5-RC1-RELEASE</version>
9+
<version>4.1.3-RC1-RELEASE</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

13-
<version>4.0.5-RC1-RELEASE</version>
13+
<version>4.1.3-RC1-RELEASE</version>
1414
<artifactId>json-diff-impl-jackson</artifactId>
1515

1616
<properties>

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

1212
<artifactId>json-diff-test</artifactId>
13-
<version>4.0.5-RC1-RELEASE</version>
13+
<version>4.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>4.0.5-RC1-RELEASE</version>
8+
<version>4.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
@@ -6,7 +6,7 @@
66
<groupId>cn.xiaoandcai</groupId>
77
<artifactId>json-diff-parent</artifactId>
88
<!-- mvn clean deploy - -settings /Users/weidian/.m2/settings-out.xml -->
9-
<version>4.0.5-RC1-RELEASE</version>
9+
<version>4.1.3-RC1-RELEASE</version>
1010
<name>JsonDiff</name>
1111
<url>https://gitee.com/local-li/json-diff</url>
1212
<description>一款高性能的Json差异发现工具</description>

0 commit comments

Comments
 (0)