commmon1
parent
1eebac6530
commit
c02ff87af8
9
pom.xml
9
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue