Skip to content

Commit 545dafb

Browse files
committed
2.0.2 release
1 parent 04e3cb4 commit 545dafb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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>fastjson-parent</artifactId>
9-
<version>2.0.2-SNAPSHOT</version>
9+
<version>2.0.2</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>fastjson-parent</artifactId>
9-
<version>2.0.2-SNAPSHOT</version>
9+
<version>2.0.2</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>fastjson-parent</artifactId>
9-
<version>2.0.2-SNAPSHOT</version>
9+
<version>2.0.2</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>fastjson-parent</artifactId>
9-
<version>2.0.2-SNAPSHOT</version>
9+
<version>2.0.2</version>
1010
<packaging>pom</packaging>
1111
<name>${project.artifactId}</name>
1212
<description>Fastjson is a JSON processor (JSON parser + JSON generator) written in Java</description>

0 commit comments

Comments
 (0)