最后一次更改

master
86191 2024-07-27 17:57:13 +08:00
parent 5fcdc7e0d9
commit 36d72a5825
1 changed files with 9 additions and 1 deletions

10
pom.xml
View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.muyu</groupId>
<artifactId>cloud-server</artifactId>
<artifactId>cloud-server-parent</artifactId>
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -80,6 +80,14 @@
</dependency>
</dependencies>
<!-- <distributionManagement>-->
<!-- <repository>-->
<!-- <id>yun-releases</id>-->
<!-- <name>yun-releases</name>-->
<!-- <url>http://47.116.165.181:8081/repository/maven-releases/</url>-->
<!-- </repository>-->
<!-- </distributionManagement>-->
<build>
<finalName>${project.artifactId}</finalName>
<plugins>