|
@@ -25,7 +25,7 @@
|
|
|
<repositories>
|
|
|
<repository>
|
|
|
<id>qmth-public</id>
|
|
|
- <url>http://ecs-dev.qmth.com.cn:8081/repository/maven-public/</url>
|
|
|
+ <url>http://192.168.10.30:8081/repository/maven-public/</url>
|
|
|
</repository>
|
|
|
<repository>
|
|
|
<id>central-repository</id>
|
|
@@ -35,7 +35,7 @@
|
|
|
<pluginRepositories>
|
|
|
<pluginRepository>
|
|
|
<id>qmth-public</id>
|
|
|
- <url>http://ecs-dev.qmth.com.cn:8081/repository/maven-public/</url>
|
|
|
+ <url>http://192.168.10.30:8081/repository/maven-public/</url>
|
|
|
</pluginRepository>
|
|
|
<pluginRepository>
|
|
|
<id>central-repository</id>
|
|
@@ -46,11 +46,11 @@
|
|
|
<repository>
|
|
|
<id>qmth-releases</id>
|
|
|
<name>Snapshots Repository</name>
|
|
|
- <url>http://ecs-dev.qmth.com.cn:8081/repository/maven-releases/</url>
|
|
|
+ <url>http://192.168.10.30:8081/repository/maven-releases/</url>
|
|
|
</repository>
|
|
|
<snapshotRepository>
|
|
|
<id>qmth-snapshots</id>
|
|
|
- <url>http://ecs-dev.qmth.com.cn:8081/repository/maven-snapshots/</url>
|
|
|
+ <url>http://192.168.10.30:8081/repository/maven-snapshots/</url>
|
|
|
</snapshotRepository>
|
|
|
</distributionManagement>
|
|
|
|