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