-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
carm
committed
Oct 21, 2021
1 parent
dd96c6d
commit 83b9ced
Showing
4 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,34 +6,39 @@ | |
|
||
<groupId>cc.carm.plugin</groupId> | ||
<artifactId>userprefix</artifactId> | ||
<version>2.1.5</version> | ||
<version>2.1.6</version> | ||
|
||
<name>用户前缀系统</name> | ||
<name>UserPrefix</name> | ||
<description>轻便、高效、实时的用户前缀系统。</description> | ||
<url>https://github.com/CarmJos/UserPrefix</url> | ||
|
||
<issueManagement> | ||
<system>GitHub Issues</system> | ||
<url>https://github.com/CarmJos/UserPrefix/issues</url> | ||
<url>${project.url}/issues</url> | ||
</issueManagement> | ||
|
||
<ciManagement> | ||
<system>GitHub Actions</system> | ||
<url>https://github.com/CarmJos/UserPrefix/actions/workflows/maven.yml</url> | ||
<url>${project.url}/actions/workflows/maven.yml</url> | ||
</ciManagement> | ||
|
||
<developers> | ||
<developer> | ||
<id>CarmJos</id> | ||
<name>Carm Jos</name> | ||
<email>[email protected]</email> | ||
<url>https://work.carm.cc</url> | ||
<roles> | ||
<role>Main Developer</role> | ||
</roles> | ||
<url>https://work.carm.cc</url> | ||
</developer> | ||
</developers> | ||
|
||
<organization> | ||
<name>YourCraft你的世界</name> | ||
<url>https://www.ycraft.cn/</url> | ||
</organization> | ||
|
||
<licenses> | ||
<license> | ||
<name>GNU General Public License v3.0</name> | ||
|
@@ -60,11 +65,6 @@ | |
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url> | ||
</repository> | ||
|
||
<!-- <repository>--> | ||
<!-- <id>lss233-repo</id>--> | ||
<!-- <url>https://crystal.app.lss233.com/repositories/minecraft</url>--> | ||
<!-- </repository>--> | ||
|
||
<repository> | ||
<id>oss-repo</id> | ||
<url>https://oss.sonatype.org/content/groups/public/</url> | ||
|
@@ -83,15 +83,15 @@ | |
<repository> | ||
<id>github</id> | ||
<name>GitHub Packages</name> | ||
<url>https://maven.pkg.github.com/CarmJos/UserPrefix</url> | ||
<url>https://maven.pkg.github.com/CarmJos/${project.name}</url> | ||
</repository> | ||
</repositories> | ||
|
||
<distributionManagement> | ||
<repository> | ||
<id>github</id> | ||
<name>GitHub Packages</name> | ||
<url>https://maven.pkg.github.com/CarmJos/UserPrefix</url> | ||
<url>https://maven.pkg.github.com/CarmJos/${project.name}</url> | ||
</repository> | ||
</distributionManagement> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters