Commit 1e61b9978d732b52895181055577b2c49f734b4b
1 parent
6264ea44
订单
Showing
1 changed file
with
2 additions
and
2 deletions
pom.xml
| ... | ... | @@ -14,12 +14,12 @@ |
| 14 | 14 | <repository> |
| 15 | 15 | <id>nexus-releases</id> |
| 16 | 16 | <name>Nexus Release Repository</name> |
| 17 | - <url>http://172.16.1.10:8081/nexus/content/repositories/releases/</url> | |
| 17 | + <url>http://172.16.8.222:8081/nexus/content/repositories/releases/</url> | |
| 18 | 18 | </repository> |
| 19 | 19 | <snapshotRepository> |
| 20 | 20 | <id>nexus-snapshots</id> |
| 21 | 21 | <name>Nexus Snapshot Repository</name> |
| 22 | - <url>http://172.16.1.10:8081/nexus/content/repositories/snapshots/</url> | |
| 22 | + <url>http://172.16.8.222:8081/nexus/content/repositories/snapshots/</url> | |
| 23 | 23 | </snapshotRepository> |
| 24 | 24 | </distributionManagement> |
| 25 | 25 | ... | ... |