【fix】

This commit is contained in:
wujiawei
2024-05-30 14:46:48 +08:00
parent f4bbb7f608
commit 407382c26d
2 changed files with 17 additions and 23 deletions

16
pom.xml
View File

@ -180,22 +180,6 @@
</profile>
<profile>
<id>snapshots</id>
<!-->发布的地址<-->
<distributionManagement>
<snapshotRepository>
<id>maven-snapshots</id>
<name>deployment</name>
<url>http://192.168.17.221:31004/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>maven-releases</id>
<name>deployment</name>
<url>http://192.168.17.221:31004/repository/maven-releases/</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>native</id>
<build>