fix: maven repo
This commit is contained in:
parent
6c29d45d67
commit
9711f857d2
6
pom.xml
6
pom.xml
|
|
@ -521,7 +521,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>
|
||||
|
|
@ -534,12 +534,12 @@
|
|||
<repository>
|
||||
<id>releases</id>
|
||||
<name>Nexus Release Repository</name>
|
||||
<url>https://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>https://nexus.hsweb.me/content/repositories/snapshots/</url>
|
||||
<url>https://nexus.jetlinks.cn/content/repositories/snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue