Commit 4c12705d by huangfusuper

修改调度maven私服地址

parent 398ba9cd
...@@ -222,11 +222,11 @@ ...@@ -222,11 +222,11 @@
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>releases</id> <id>releases</id>
<url>http://10.0.120.2/repository/maven-releases/</url> <url>http://10.0.120.2/repository/ddmp-release/</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>snapshots</id> <id>snapshots</id>
<url>http://10.0.120.2/repository/maven-snapshots/</url> <url>http://10.0.120.2/repository/ddmp-snapshot/</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment