feat: fix bugs

This commit is contained in:
2025-03-31 13:39:22 +08:00
parent 337cc6b8f2
commit 0e9da0de20
5 changed files with 16 additions and 4 deletions

View File

@@ -229,4 +229,16 @@
</properties>
</profile>
</profiles>
<distributionManagement>
<repository>
<id>releases</id>
<name>Releases</name>
<url>http://192.168.0.123:8081/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>Snapshot</name>
<url>http://192.168.0.123:8081/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>