config(maven): 修改仓库地址

This commit is contained in:
han0
2023-11-15 10:28:20 +08:00
parent 78eab8c85f
commit 3ecab16fd7
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
<id>maven-public</id> <id>maven-public</id>
<mirrorOf>*</mirrorOf> <mirrorOf>*</mirrorOf>
<name>maven-public</name> <name>maven-public</name>
<url>http://xxs1110.local:8082/repository/maven-public</url> <url>http://192.168.137.1:8082/repository/maven-public</url>
</mirror> </mirror>
</mirrors> </mirrors>

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://192.168.137.1:8082/repository/maven-snapshots/</url> <url>http://xxs1110.local:8082/repository/maven-snapshots/</url>
<snapshots> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>
</snapshots> </snapshots>