Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: APIJSON/apijson-column
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: APIJSON/apijson-column
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 30, 2024

  1. Copy the full SHA
    7666ff6 View commit details

Commits on Jan 31, 2025

  1. Copy the full SHA
    bf8dc2b View commit details

Commits on Feb 15, 2025

  1. Copy the full SHA
    516c319 View commit details
Showing with 5 additions and 13 deletions.
  1. +0 −6 jitpack.yml
  2. +5 −7 pom.xml
6 changes: 0 additions & 6 deletions jitpack.yml

This file was deleted.

12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

<groupId>apijson.column</groupId>
<artifactId>apijson-column</artifactId>
<version>2.0.0</version>
<version>2.1.5</version>
<packaging>jar</packaging>

<name>apijson-column</name>
@@ -14,10 +14,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version>
<java.version>1.8</java.version>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>

<dependencies>
@@ -32,7 +30,7 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>7.0.0</version>
<version>7.5.5</version>
</dependency>
<!-- 可使用 libs 目录的 apijson-orm.jar 来替代,两种方式二选一 >>>>>>>>>> -->

@@ -45,8 +43,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<configuration>
<source>17</source>
<target>17</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>