mirror of
https://e.coding.net/circlecloud/Yum.git
synced 2025-09-04 13:46:57 +00:00
14
pom.xml
14
pom.xml
@ -59,7 +59,8 @@
|
|||||||
<update.changes>
|
<update.changes>
|
||||||
&b2.0.3 &6- &a重载所有插件时忽略部分已注册服务插件...;
|
&b2.0.3 &6- &a重载所有插件时忽略部分已注册服务插件...;
|
||||||
&b2.0.2 &6- &c修复检查可更新插件功能导致全局更新失效问题...;
|
&b2.0.2 &6- &c修复检查可更新插件功能导致全局更新失效问题...;
|
||||||
&b &6- &d新增全局更新限制 无法同时进行 防止错误...;
|
&b &6-
|
||||||
|
&d新增全局更新限制 无法同时进行 防止错误...;
|
||||||
</update.changes>
|
</update.changes>
|
||||||
<env.GIT_COMMIT>DEBUG</env.GIT_COMMIT>
|
<env.GIT_COMMIT>DEBUG</env.GIT_COMMIT>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
@ -73,7 +74,18 @@
|
|||||||
<id>citycraft-repo</id>
|
<id>citycraft-repo</id>
|
||||||
<url>${jenkins.url}/plugin/repository/everything/</url>
|
<url>${jenkins.url}/plugin/repository/everything/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>yumc-repo</id>
|
||||||
|
<url>http://repo.yumc.pw/content/groups/public/</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>jtb</id>
|
||||||
|
<name>YUMC</name>
|
||||||
|
<url>http://repo.yumc.pw/content/repositories/yumcenter/</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
|
Reference in New Issue
Block a user