mirror of https://github.com/alibaba/fastjson2.git
2.0.49.android8 init
This commit is contained in:
parent
a27b46d74e
commit
ccafb7078f
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.48.android8</version>
|
||||
<version>2.0.49.android8-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.48.android8</version>
|
||||
<version>2.0.49.android8-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.48.android8</version>
|
||||
<version>2.0.49.android8-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ public interface JSON {
|
|||
/**
|
||||
* fastjson2 version name
|
||||
*/
|
||||
String VERSION = "2.0.48";
|
||||
String VERSION = "2.0.49";
|
||||
|
||||
/**
|
||||
* Parses the json string as a {@link JSONArray} or {@link JSONObject}.
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2-parent</artifactId>
|
||||
<version>2.0.48.android8</version>
|
||||
<version>2.0.49.android8-SNAPSHOT</version>
|
||||
<name>${project.artifactId}</name>
|
||||
<description>Fastjson is a JSON processor (JSON parser + JSON generator) written in Java</description>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
|||
Loading…
Reference in New Issue