Skip to content

Commit

Permalink
% 发布3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bes2008 committed Aug 30, 2021
1 parent e5555c7 commit 1fbc2ca
Show file tree
Hide file tree
Showing 40 changed files with 53 additions and 40 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## [Github地址](https://github.com/fangjinuo/easyjson)
## [Gitee地址](https://gitee.com/fangjinuo/easyjson)

[![maven](https://img.shields.io/badge/maven-3.2.3-green.svg)](https://search.maven.org/search?q=g:com.github.fangjinuo.easyjson%20AND%20v:3.2.3)
[![maven](https://img.shields.io/badge/maven-3.2.5-green.svg)](https://search.maven.org/search?q=g:com.github.fangjinuo.easyjson%20AND%20v:3.2.5)



Expand Down
2 changes: 1 addition & 1 deletion androidjson-to-easyjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion boonjson-to-easyjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion easyjson-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion easyjson-fastjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion easyjson-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion easyjson-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion easyjson-javaxjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>easyjson</artifactId>
<groupId>com.github.fangjinuo.easyjson</groupId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion easyjson-test/easyjson-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion easyjson-test/easyjson-test-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-base</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test-fastjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-fastjson-base</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test-fastjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-fastjson-impl</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test-fastjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-fastjson-to-gson</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test-fastjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-fastjson-to-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion easyjson-test/easyjson-test-fastjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-fastjson</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test-gson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-gson-base</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test-gson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-gson-impl</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test-gson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test-gson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion easyjson-test/easyjson-test-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-gson</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test-jackson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-jackson-base</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test-jackson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-jackson-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion easyjson-test/easyjson-test-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-jackson</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test-jsonlib</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-jsonlib-base</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test-jsonlib</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-jsonlib-to-fastjson</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test-jsonlib</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-jsonlib-to-gson</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test-jsonlib</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-jsonlib-to-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion easyjson-test/easyjson-test-jsonlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-test</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test-jsonlib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion easyjson-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<artifactId>easyjson-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fastjson-to-easyjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gson-to-easyjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
15 changes: 14 additions & 1 deletion jettison-to-easyjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>easyjson</artifactId>
<groupId>com.github.fangjinuo.easyjson</groupId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,4 +20,17 @@
<artifactId>easyjson-core</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
</plugins>
</build>
</project>
2 changes: 1 addition & 1 deletion jsonlib-to-easyjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jsonsmart-to-easyjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion minimaljson-to-easyjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion moshi-to-easyjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion orgjson-to-easyjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
<modules>
<module>easyjson-core</module>
<module>easyjson-gson</module>
Expand Down
2 changes: 1 addition & 1 deletion progsbase-to-easyjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion simplejson-to-easyjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 1fbc2ca

Please sign in to comment.