From 2972a9fc13758ac21837d2d742fab4fc2202828f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E9=93=81?= Date: Sat, 11 Jan 2025 21:17:21 +0800 Subject: [PATCH] 2.0.25.android release --- benchmark/pom.xml | 2 +- codegen-test/pom.xml | 2 +- core/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 56a2b48eb..715f07dee 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54.android5-SNAPSHOT + 2.0.54.android5 ../pom.xml diff --git a/codegen-test/pom.xml b/codegen-test/pom.xml index 614060b6c..ec9b72919 100644 --- a/codegen-test/pom.xml +++ b/codegen-test/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54.android5-SNAPSHOT + 2.0.54.android5 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 9be031fc9..026b11900 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54.android5-SNAPSHOT + 2.0.54.android5 ../pom.xml diff --git a/pom.xml b/pom.xml index b783b8a40..77397bced 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54.android5-SNAPSHOT + 2.0.54.android5 ${project.artifactId} Fastjson is a JSON processor (JSON parser + JSON generator) written in Java pom