diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 8892c8c90f..fb7ff9fdf2 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.53 + 2.0.54-SNAPSHOT ../pom.xml diff --git a/codegen-test/pom.xml b/codegen-test/pom.xml index cce14ec309..454e0ccbfb 100644 --- a/codegen-test/pom.xml +++ b/codegen-test/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.53 + 2.0.54-SNAPSHOT ../pom.xml diff --git a/codegen/pom.xml b/codegen/pom.xml index 797af928ef..7d065c9497 100644 --- a/codegen/pom.xml +++ b/codegen/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.53 + 2.0.54-SNAPSHOT ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index dfc5c3fb66..1e253a6f12 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.53 + 2.0.54-SNAPSHOT ../pom.xml diff --git a/core/src/main/java/com/alibaba/fastjson2/JSON.java b/core/src/main/java/com/alibaba/fastjson2/JSON.java index ac11f2792e..4b0a2269ec 100644 --- a/core/src/main/java/com/alibaba/fastjson2/JSON.java +++ b/core/src/main/java/com/alibaba/fastjson2/JSON.java @@ -37,7 +37,7 @@ public interface JSON { /** * fastjson2 version name */ - String VERSION = "2.0.53"; + String VERSION = "2.0.54"; /** * Parses the json string as a {@link JSONArray} or {@link JSONObject}. diff --git a/example-graalvm-native/pom.xml b/example-graalvm-native/pom.xml index fe7dd3402f..e3ead00c09 100644 --- a/example-graalvm-native/pom.xml +++ b/example-graalvm-native/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.53 + 2.0.54-SNAPSHOT ../pom.xml @@ -35,7 +35,7 @@ 17 ${maven.compiler.source} 3.4.2 - 2.0.53 + 2.0.54-SNAPSHOT fastjson2-example-graalvm-native diff --git a/example-spring-test/pom.xml b/example-spring-test/pom.xml index e951f9fae1..a14b90d713 100644 --- a/example-spring-test/pom.xml +++ b/example-spring-test/pom.xml @@ -5,7 +5,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.53 + 2.0.54-SNAPSHOT ../pom.xml diff --git a/example-spring6-test/pom.xml b/example-spring6-test/pom.xml index fda004b10e..5b9ba2acf0 100644 --- a/example-spring6-test/pom.xml +++ b/example-spring6-test/pom.xml @@ -5,7 +5,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.53 + 2.0.54-SNAPSHOT ../pom.xml @@ -16,7 +16,7 @@ true true - 2.0.53 + 2.0.54-SNAPSHOT 17 17 ${maven.compiler.source} diff --git a/extension-spring5/pom.xml b/extension-spring5/pom.xml index 59e6988181..18fba7b617 100644 --- a/extension-spring5/pom.xml +++ b/extension-spring5/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.53 + 2.0.54-SNAPSHOT ../pom.xml diff --git a/extension-spring6/pom.xml b/extension-spring6/pom.xml index 8fed0a34b2..93d074e934 100644 --- a/extension-spring6/pom.xml +++ b/extension-spring6/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.53 + 2.0.54-SNAPSHOT ../pom.xml diff --git a/extension/pom.xml b/extension/pom.xml index 69e749c8ab..b8909579fb 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.53 + 2.0.54-SNAPSHOT ../pom.xml diff --git a/fastjson1-compatible/pom.xml b/fastjson1-compatible/pom.xml index ec44662d21..21fea03575 100644 --- a/fastjson1-compatible/pom.xml +++ b/fastjson1-compatible/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.53 + 2.0.54-SNAPSHOT ../pom.xml diff --git a/incubator-vector/pom.xml b/incubator-vector/pom.xml index f57df3ed89..8c9be15a4d 100644 --- a/incubator-vector/pom.xml +++ b/incubator-vector/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.53 + 2.0.54-SNAPSHOT ../pom.xml diff --git a/kotlin/pom.xml b/kotlin/pom.xml index 6c21f16adc..82790f1bb8 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.53 + 2.0.54-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index f3adadbaaa..6155e3838d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.53 + 2.0.54-SNAPSHOT ${project.artifactId} Fastjson is a JSON processor (JSON parser + JSON generator) written in Java pom diff --git a/safemode-test/pom.xml b/safemode-test/pom.xml index 8c73ba5042..021f1dfbd8 100644 --- a/safemode-test/pom.xml +++ b/safemode-test/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.53 + 2.0.54-SNAPSHOT ../pom.xml diff --git a/test-jdk17/pom.xml b/test-jdk17/pom.xml index 9570bb98ae..df6654f07e 100644 --- a/test-jdk17/pom.xml +++ b/test-jdk17/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.53 + 2.0.54-SNAPSHOT ../pom.xml