config(maven): 修改仓库地址

This commit is contained in:
han0
2023-11-15 10:27:22 +08:00
parent c1cda2e75f
commit 78eab8c85f

View File

@@ -20,7 +20,7 @@
<repository> <repository>
<id>maven-snapshots-1</id> <id>maven-snapshots-1</id>
<name>maven-snapshots-1</name> <name>maven-snapshots-1</name>
<url>http://xxs1110.local:8082/repository/maven-snapshots/</url> <url>http://192.168.137.1:8082/repository/maven-snapshots/</url>
<snapshots> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>
</snapshots> </snapshots>