Update pom.xml
This commit is contained in:
parent
ec45b7c16d
commit
0bf5111e31
8
pom.xml
8
pom.xml
|
@ -271,12 +271,12 @@
|
|||
<repository>
|
||||
<id>releases</id>
|
||||
<name>Nexus Release Repository</name>
|
||||
<url>http://nexus.hsweb.me/content/repositories/releases/</url>
|
||||
<url>https://nexus.jetlinks.cn/content/repositories/releases/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>snapshots</id>
|
||||
<name>Nexus Snapshot Repository</name>
|
||||
<url>http://nexus.hsweb.me/content/repositories/snapshots/</url>
|
||||
<url>https://nexus.jetlinks.cn/content/repositories/snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
|
@ -285,7 +285,7 @@
|
|||
<repository>
|
||||
<id>hsweb-nexus</id>
|
||||
<name>Nexus Release Repository</name>
|
||||
<url>https://nexus.hsweb.me/content/groups/public/</url>
|
||||
<url>https://nexus.jetlinks.cn/content/groups/public/</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>always</updatePolicy>
|
||||
|
@ -299,4 +299,4 @@
|
|||
</repositories>
|
||||
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue