Skip to content

Commit

Permalink
build: upgrade maven repository address
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Mar 15, 2024
1 parent 2a87528 commit 64c3ee2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,15 @@
<id>aliyun-nexus</id>
<name>aliyun</name>
<url>https://maven.aliyun.com/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>

<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>
Expand All @@ -318,12 +321,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>

Expand Down

0 comments on commit 64c3ee2

Please sign in to comment.