Skip to content

Commit aba9ce3

Browse files
authored
Merge branch 'master' into fix-@key
2 parents d61ecba + dbe28f4 commit aba9ce3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+6186
-3486
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ build/
3535
### VS Code ###
3636
.vscode/
3737
APIJSONORM/bin
38+
*.DS_Store

APIJSONORM/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# APIJSONORM [![](https://jitpack.io/v/Tencent/APIJSON.svg)](https://jitpack.io/#Tencent/APIJSON)
1+
# APIJSONORM [![](https://jitpack.io/v/Tencent/APIJSON.svg)](https://jitpack.io/#Tencent/APIJSON) [<img src="https://devin.ai/assets/deepwiki-badge.png" alt="Ask DeepWiki.com" height="20"/>](https://deepwiki.com/Tencent/APIJSON)
22
腾讯 [APIJSON](https://github.com/Tencent/APIJSON) ORM 库,可通过 Maven, Gradle 等远程依赖。<br />
33
Tencent [APIJSON](https://github.com/Tencent/APIJSON) ORM library for remote dependencies with Maven, Gradle, etc.
44

APIJSONORM/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.Tencent</groupId>
77
<artifactId>APIJSON</artifactId>
8-
<version>6.3.0</version>
8+
<version>8.0.2</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONORM</name>
@@ -15,22 +15,20 @@
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1717
<java.version>1.8</java.version>
18+
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
19+
<maven.compiler.source>1.8</maven.compiler.source>
20+
<maven.compiler.target>1.8</maven.compiler.target>
1821
</properties>
1922

2023
<dependencies>
21-
<dependency>
22-
<groupId>com.alibaba</groupId>
23-
<artifactId>fastjson</artifactId>
24-
<version>1.2.83</version>
25-
</dependency>
2624
</dependencies>
2725

2826
<build>
2927
<plugins>
3028
<plugin>
3129
<groupId>org.apache.maven.plugins</groupId>
3230
<artifactId>maven-compiler-plugin</artifactId>
33-
<version>3.8.1</version>
31+
<version>3.12.1</version>
3432
<configuration>
3533
<source>1.8</source>
3634
<target>1.8</target>

0 commit comments

Comments
 (0)