2.0.58.android8 release

This commit is contained in:
高铁 2025-07-30 11:19:31 +08:00
parent 2c7d410b18
commit 74b5092718
5 changed files with 15 additions and 9 deletions

View File

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

View File

@ -6,11 +6,12 @@
<parent>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId>
<version>2.0.58.android8-SNAPSHOT</version>
<version>2.0.58.android8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codgen-test</artifactId>
<name>codgen-test</name>
<properties>
<!--

View File

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

View File

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

15
pom.xml
View File

@ -6,7 +6,7 @@
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-parent</artifactId>
<version>2.0.58.android8-SNAPSHOT</version>
<version>2.0.58.android8</version>
<name>${project.artifactId}</name>
<description>Fastjson is a JSON processor (JSON parser + JSON generator) written in Java</description>
<packaging>pom</packaging>
@ -111,10 +111,6 @@
</developers>
<distributionManagement>
<repository>
<id>central</id>
<url>https://central.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>central</id>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
@ -711,6 +707,15 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>