Nexus地址改为内网
This commit is contained in:
@@ -63,11 +63,11 @@
|
|||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>nexus-releases</id>
|
<id>nexus-releases</id>
|
||||||
<url>http://nexus3.yyundong.com/repository/yxt-mvn-releases/</url>
|
<url>http://172.18.0.3:8081/repository/yxt-mvn-releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>nexus-snapshots</id>
|
<id>nexus-snapshots</id>
|
||||||
<url>http://nexus3.yyundong.com/repository/yxt-mvn-snapshot/</url>
|
<url>http://172.18.0.3:8081/repository/yxt-mvn-snapshot/</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user