config(maven): 修改仓库地址
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@@ -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>
|
||||||
|
Reference in New Issue
Block a user