Skip to content

Commit fbf8f4e

Browse files
committed
2.0.5 release
1 parent c67e29b commit fbf8f4e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

benchmark/pom.xml

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

core/pom.xml

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

extension/pom.xml

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

fastjson1-compatible/pom.xml

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

kotlin/pom.xml

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

pom.xml

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

77
<groupId>com.alibaba.fastjson2</groupId>
88
<artifactId>fastjson2-parent</artifactId>
9-
<version>2.0.5-SNAPSHOT</version>
9+
<version>2.0.5</version>
1010
<name>${project.artifactId}</name>
1111
<description>Fastjson is a JSON processor (JSON parser + JSON generator) written in Java</description>
1212
<packaging>pom</packaging>

safemode-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>com.alibaba.fastjson2</groupId>
88
<artifactId>fastjson2-parent</artifactId>
9-
<version>2.0.5-SNAPSHOT</version>
9+
<version>2.0.5</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)