update pom.xml.

This commit is contained in:
raowb 2022-01-25 02:17:13 +00:00 committed by Gitee
parent 1fe08f49c7
commit fa577b6fe9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

12
pom.xml
View File

@ -257,4 +257,16 @@
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
<id>rdc-releases</id>
<url>https://packages.aliyun.com/maven/repository/2180195-release-ShOPgU/</url>
</repository>
<snapshotRepository>
<id>rdc-snapshots</id>
<url>https://packages.aliyun.com/maven/repository/2180195-snapshot-0sv0N4/</url>
</snapshotRepository>
</distributionManagement>
</project>