更换仓库地址

This commit is contained in:
shengzhang
2021-03-30 18:00:45 +08:00
parent 14bdde6735
commit 9fa5f750f9
10 changed files with 36 additions and 38 deletions

View File

@@ -13,7 +13,7 @@
<!-- 项目介绍 -->
<name>sa-token</name>
<description>A Java Web lightweight authority authentication framework, comprehensive function, easy to use</description>
<url>https://github.com/click33/sa-token</url>
<url>https://github.com/dromara/sa-token</url>
<!-- 所有模块 -->
@@ -47,9 +47,9 @@
<!-- 仓库信息 -->
<scm>
<tag>master</tag>
<url>https://github.com/click33/sa-token.git</url>
<connection>scm:git:https://github.com/click33/sa-token.git</connection>
<developerConnection>scm:git:https://github.com/click33/sa-token.git</developerConnection>
<url>https://github.com/dromara/sa-token.git</url>
<connection>scm:git:https://github.com/dromara/sa-token.git</connection>
<developerConnection>scm:git:https://github.com/dromara/sa-token.git</developerConnection>
</scm>
<!-- 作者信息 -->