|
@@ -255,12 +255,12 @@
|
|
<distributionManagement>
|
|
<distributionManagement>
|
|
<repository>
|
|
<repository>
|
|
<id>maven-releases</id>
|
|
<id>maven-releases</id>
|
|
- <url>http://dev.xhsoftware.cn:18090/repository/maven-releases</url>
|
|
|
|
|
|
+ <url>http://192.168.101.10:18081/nexus/repository/maven-releases</url>
|
|
</repository>
|
|
</repository>
|
|
|
|
|
|
<snapshotRepository>
|
|
<snapshotRepository>
|
|
<id>maven-snapshots</id>
|
|
<id>maven-snapshots</id>
|
|
- <url>http://dev.xhsoftware.cn:18090/repository/maven-snapshots</url>
|
|
|
|
|
|
+ <url>http://192.168.101.10:18081/nexus/repository/maven-snapshots</url>
|
|
</snapshotRepository>
|
|
</snapshotRepository>
|
|
</distributionManagement>
|
|
</distributionManagement>
|
|
|
|
|