Update pom.xml

This commit is contained in:
老周 2023-08-03 16:40:12 +08:00 committed by GitHub
parent ec45b7c16d
commit 0bf5111e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -271,12 +271,12 @@
<repository> <repository>
<id>releases</id> <id>releases</id>
<name>Nexus Release Repository</name> <name>Nexus Release Repository</name>
<url>http://nexus.hsweb.me/content/repositories/releases/</url> <url>https://nexus.jetlinks.cn/content/repositories/releases/</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>snapshots</id> <id>snapshots</id>
<name>Nexus Snapshot Repository</name> <name>Nexus Snapshot Repository</name>
<url>http://nexus.hsweb.me/content/repositories/snapshots/</url> <url>https://nexus.jetlinks.cn/content/repositories/snapshots/</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
@ -285,7 +285,7 @@
<repository> <repository>
<id>hsweb-nexus</id> <id>hsweb-nexus</id>
<name>Nexus Release Repository</name> <name>Nexus Release Repository</name>
<url>https://nexus.hsweb.me/content/groups/public/</url> <url>https://nexus.jetlinks.cn/content/groups/public/</url>
<snapshots> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>
<updatePolicy>always</updatePolicy> <updatePolicy>always</updatePolicy>
@ -299,4 +299,4 @@
</repositories> </repositories>
</project> </project>