Commit 0e366c5fb9007f4a8846eeecdb60aaa400c9bf16
1 parent
9e5347f0
修改域名
Showing
1 changed file
with
2 additions
and
2 deletions
pom.xml
... | ... | @@ -64,12 +64,12 @@ |
64 | 64 | <repository> |
65 | 65 | <id>nexus-releases</id> |
66 | 66 | <name>Nexus Release Repository</name> |
67 | - <url>http://nexus.53123.cn/content/repositories/releases/</url> | |
67 | + <url>http://nexus.vipzhuang.cn/content/repositories/releases/</url> | |
68 | 68 | </repository> |
69 | 69 | <snapshotRepository> |
70 | 70 | <id>nexus-snapshots</id> |
71 | 71 | <name>Nexus Snapshot Repository</name> |
72 | - <url>http://nexus.53123.cn/content/repositories/snapshots/</url> | |
72 | + <url>http://nexus.vipzhuang.cn/content/repositories/snapshots/</url> | |
73 | 73 | </snapshotRepository> |
74 | 74 | </distributionManagement> |
75 | 75 | ... | ... |