feat:pom上传nexus修改
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -159,11 +159,11 @@
|
|||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>releases</id>
|
<id>releases</id>
|
||||||
<url>http://192.168.2.10:33010/repository/maven-releases/</url>
|
<url>http://mirror.xiangtech.xyz/repository/maven-releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>snapshot</id>
|
<id>snapshot</id>
|
||||||
<url>http://192.168.2.10:33010/repository/maven-snapshots/</url>
|
<url>http://mirror.xiangtech.xyz/repository/maven-snapshots/</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user