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