Skip to content

Commit

Permalink
🔨 更新 pom.xml 中的仓库地址和 license 链接
Browse files Browse the repository at this point in the history
  • Loading branch information
Hccake committed Jan 25, 2024
1 parent b4e0403 commit d425614
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions ballcat-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>${revision}</version>
<packaging>pom</packaging>
<name>ballcat-dependencies</name>
<url>https://github.com/hccake/ballcat</url>
<url>https://github.com/ballcat-projects/ballcat</url>
<description>Ballcat Dependencies</description>

<properties>
Expand Down Expand Up @@ -741,14 +741,13 @@
</developers>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<url>https://github.com/hccake/ballcat</url>
<connection>https://github.com/hccake/ballcat.git</connection>
<url>https://github.com/ballcat-projects/ballcat</url>
<connection>https://github.com/ballcat-projects/ballcat.git</connection>
<developerConnection>https://github.com/hccake</developerConnection>
</scm>
</project>
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<version>${revision}</version>
<packaging>pom</packaging>
<name>ballcat</name>
<url>https://github.com/hccake/ballcat</url>
<url>https://github.com/ballcat-projects/ballcat</url>
<description>一个简单好用的功能组件库</description>

<modules>
Expand Down Expand Up @@ -387,14 +387,13 @@
</developers>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<url>https://github.com/hccake/ballcat</url>
<connection>https://github.com/hccake/ballcat.git</connection>
<url>https://github.com/ballcat-projects/ballcat</url>
<connection>https://github.com/ballcat-projects/ballcat.git</connection>
<developerConnection>https://github.com/hccake</developerConnection>
</scm>
</project>

0 comments on commit d425614

Please sign in to comment.