master
Lemon 2023-08-11 21:44:06 +08:00
parent 1eebac6530
commit c02ff87af8
1 changed files with 9 additions and 0 deletions

View File

@ -5,15 +5,24 @@
<groupId>com.luck</groupId> <groupId>com.luck</groupId>
<artifactId>luck</artifactId> <artifactId>luck</artifactId>
<version>3.6.3</version> <version>3.6.3</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<version>3.6.3</version>
<artifactId>luck-common</artifactId> <artifactId>luck-common</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<description> <description>
luck-common通用模块 luck-common通用模块
</description> </description>
<distributionManagement>
<repository>
<id>yun-releases</id>
<name>yun-releases</name>
<url>http://192.10.29.103/repository/maven-releases/ </url>
</repository>
</distributionManagement>
</project> </project>