修改打包url错误

This commit is contained in:
Jiaju Zhuang 2023-02-02 21:05:21 +08:00
parent eadebfe67d
commit 844fbb5460
4 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,6 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>easyexcel-parent</artifactId> <artifactId>easyexcel-parent</artifactId>
@ -11,6 +10,7 @@
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<url>https://github.com/alibaba/easyexcel</url>
<packaging>jar</packaging> <packaging>jar</packaging>
<artifactId>easyexcel-core</artifactId> <artifactId>easyexcel-core</artifactId>
<name>easyexcel-core</name> <name>easyexcel-core</name>

View File

@ -11,6 +11,7 @@
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<url>https://github.com/alibaba/easyexcel</url>
<packaging>jar</packaging> <packaging>jar</packaging>
<artifactId>easyexcel-support</artifactId> <artifactId>easyexcel-support</artifactId>
<name>easyexcel-support</name> <name>easyexcel-support</name>

View File

@ -11,6 +11,7 @@
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<url>https://github.com/alibaba/easyexcel</url>
<packaging>jar</packaging> <packaging>jar</packaging>
<artifactId>easyexcel-test</artifactId> <artifactId>easyexcel-test</artifactId>
<name>easyexcel-test</name> <name>easyexcel-test</name>

View File

@ -11,6 +11,7 @@
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<url>https://github.com/alibaba/easyexcel</url>
<packaging>jar</packaging> <packaging>jar</packaging>
<artifactId>easyexcel</artifactId> <artifactId>easyexcel</artifactId>
<name>easyexcel</name> <name>easyexcel</name>