diff --git a/core/pom.xml b/core/pom.xml
index 519e73d6de..825f11a696 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson-parent
- 2.0.2-SNAPSHOT
+ 2.0.2
../pom.xml
diff --git a/extension/pom.xml b/extension/pom.xml
index 1bb489a68e..887aa60fd6 100644
--- a/extension/pom.xml
+++ b/extension/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson-parent
- 2.0.2-SNAPSHOT
+ 2.0.2
../pom.xml
diff --git a/fastjson1-compatible/pom.xml b/fastjson1-compatible/pom.xml
index a97ac6de73..d7b2454b11 100644
--- a/fastjson1-compatible/pom.xml
+++ b/fastjson1-compatible/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson-parent
- 2.0.2-SNAPSHOT
+ 2.0.2
../pom.xml
diff --git a/pom.xml b/pom.xml
index 14e27ba3df..a603d77536 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson-parent
- 2.0.2-SNAPSHOT
+ 2.0.2
pom
${project.artifactId}
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java