master
Lemon 2023-08-11 22:12:10 +08:00
parent 458ee57d79
commit 0c053b5b61
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
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">
<parent> <parent>
<groupId>com.luck</groupId> <groupId>com.luck</groupId>
<artifactId>luck</artifactId> <artifactId>luck-parent</artifactId>
<version>3.6.3</version> <version>3.6.3</version>
</parent> </parent>
@ -13,12 +13,12 @@
<version>3.6.3</version> <version>3.6.3</version>
<artifactId>luck-common</artifactId> <artifactId>luck-common</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<!-- <packaging>pom</packaging>-->
<description> <description>
luck-common通用模块 luck-common通用模块
</description> </description>
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>yun-releases</id> <id>yun-releases</id>