2.0.57 init

This commit is contained in:
wenshao 2025-02-22 08:32:08 +08:00
parent 63a6854da9
commit 6d4de2cfc2
21 changed files with 23 additions and 23 deletions

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -37,7 +37,7 @@ public interface JSON {
/** /**
* fastjson2 version name * fastjson2 version name
*/ */
String VERSION = "2.0.56"; String VERSION = "2.0.57";
/** /**
* Parses the json string as a {@link JSONArray} or {@link JSONObject}. * Parses the json string as a {@link JSONArray} or {@link JSONObject}.

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
@ -35,7 +35,7 @@
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target> <maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version> <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<fastjson2.version>2.0.56</fastjson2.version> <fastjson2.version>2.0.57-SNAPSHOT</fastjson2.version>
<imageName>fastjson2-example-graalvm-native</imageName> <imageName>fastjson2-example-graalvm-native</imageName>
</properties> </properties>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
@ -16,7 +16,7 @@
<properties> <properties>
<maven.test.skip>true</maven.test.skip> <maven.test.skip>true</maven.test.skip>
<maven.deploy.skip>true</maven.deploy.skip> <maven.deploy.skip>true</maven.deploy.skip>
<fastjson2.version>2.0.56</fastjson2.version> <fastjson2.version>2.0.57-SNAPSHOT</fastjson2.version>
<java.version>17</java.version> <java.version>17</java.version>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target> <maven.compiler.target>${maven.compiler.source}</maven.compiler.target>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-extension-jaxrs</artifactId> <artifactId>fastjson2-extension-jaxrs</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
</parent> </parent>
<artifactId>fastjson2-extension-jaxrs-jakarta</artifactId> <artifactId>fastjson2-extension-jaxrs-jakarta</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-extension-jaxrs</artifactId> <artifactId>fastjson2-extension-jaxrs</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
</parent> </parent>
<artifactId>fastjson2-extension-jaxrs-javax</artifactId> <artifactId>fastjson2-extension-jaxrs-javax</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
</parent> </parent>
<artifactId>fastjson2-extension-jaxrs</artifactId> <artifactId>fastjson2-extension-jaxrs</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<description>Fastjson is a JSON processor (JSON parser + JSON generator) written in Java</description> <description>Fastjson is a JSON processor (JSON parser + JSON generator) written in Java</description>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId> <artifactId>fastjson2-parent</artifactId>
<version>2.0.56</version> <version>2.0.57-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>