Commit 1e61b9978d732b52895181055577b2c49f734b4b

Authored by along
1 parent 6264ea44

订单

Showing 1 changed file with 2 additions and 2 deletions
@@ -14,12 +14,12 @@ @@ -14,12 +14,12 @@
14 <repository> 14 <repository>
15 <id>nexus-releases</id> 15 <id>nexus-releases</id>
16 <name>Nexus Release Repository</name> 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 </repository> 18 </repository>
19 <snapshotRepository> 19 <snapshotRepository>
20 <id>nexus-snapshots</id> 20 <id>nexus-snapshots</id>
21 <name>Nexus Snapshot Repository</name> 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 </snapshotRepository> 23 </snapshotRepository>
24 </distributionManagement> 24 </distributionManagement>
25 25