Skip to content

Commit

Permalink
easyexcel plus init
Browse files Browse the repository at this point in the history
  • Loading branch information
Chat2DB-Pro committed Nov 20, 2024
1 parent d605ff8 commit 91092bd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
6 changes: 3 additions & 3 deletions easyexcel-plus-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent>
<groupId>ai.chat2db.excel</groupId>
<artifactId>easyexcel-plus-parent</artifactId>
<version>1.0.1</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<url>https://github.com/CodePhiliaX/easyexcel-plus</url>
<packaging>jar</packaging>
<artifactId>easyexcel-plus-core</artifactId>
<name>easyexcel-plus-core</name>
<version>1.0.1</version>
<version>${revision}</version>

<dependencies>
<dependency>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>ai.chat2db.excel</groupId>
<artifactId>easyexcel-plus-support</artifactId>
<version>1.0.1</version>
<version>${revision}</version>
</dependency>
</dependencies>
</project>
5 changes: 2 additions & 3 deletions easyexcel-plus-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@
<parent>
<groupId>ai.chat2db.excel</groupId>
<artifactId>easyexcel-plus-parent</artifactId>
<version>1.0.1</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<url>https://github.com/CodePhiliaX/easyexcel-plus</url>
<packaging>jar</packaging>
<artifactId>easyexcel-plus-support</artifactId>
<name>easyexcel-plus-support</name>
<version>1.0.1</version>
<version>${revision}</version>

<properties>
<revision>1.0.1-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>1.8</jdk.version>
<gpg.skip>true</gpg.skip>
Expand Down
6 changes: 3 additions & 3 deletions easyexcel-plus-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>ai.chat2db.excel</groupId>
<artifactId>easyexcel-plus-parent</artifactId>
<version>1.0.1</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<url>https://github.com/CodePhiliaX/easyexcel-plus</url>
<packaging>jar</packaging>
<artifactId>easyexcel-plus-test</artifactId>
<name>easyexcel-plus-test</name>
<version>1.0.1</version>
<version>${revision}</version>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>ai.chat2db.excel</groupId>
<artifactId>easyexcel-plus-core</artifactId>
<version>1.0.1</version>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
Expand Down
6 changes: 3 additions & 3 deletions easyexcel-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
<parent>
<groupId>ai.chat2db.excel</groupId>
<artifactId>easyexcel-plus-parent</artifactId>
<version>1.0.1</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<url>https://github.com/CodePhiliaX/easyexcel-plus</url>
<packaging>jar</packaging>
<artifactId>easyexcel-plus</artifactId>
<name>easyexcel-plus</name>
<version>1.0.1</version>
<version>${revision}</version>


<dependencies>
<dependency>
<groupId>ai.chat2db.excel</groupId>
<artifactId>easyexcel-plus-core</artifactId>
<version>1.0.1</version>
<version>${revision}</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>ai.chat2db.excel</groupId>
<artifactId>easyexcel-plus-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.1</version>
<version>${revision}</version>
<name>easyexcel-plus-parent</name>
<description>easyexcel plus is a excel handle tools written in Java</description>
<url>https://github.com/CodePhiliaX/easyexcel-plus</url>
Expand All @@ -20,7 +20,7 @@


<properties>
<revision>1.0.0-SNAPSHOT</revision>
<revision>0.0.1</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>1.8</jdk.version>
<gpg.skip>true</gpg.skip>
Expand Down

0 comments on commit 91092bd

Please sign in to comment.