1
0
mirror of https://e.coding.net/circlecloud/citycraft.cn.git synced 2026-05-02 02:11:14 +00:00

add tag...

This commit is contained in:
502647092
2015-09-17 14:11:46 +08:00
parent 02a150616c
commit 55b9e9a163

View File

@@ -1,43 +1,54 @@
{ {
"name": "citycraft", "name":"citycraft",
"url": "http://ci.citycraft.cn:8800/jenkins/plugin/repository/everything/", "url":"http://ci.citycraft.cn:8800/jenkins/plugin/repository/everything/",
"plugins": "plugins":[
[
{ {
"groupId": "cn.citycraft", "groupId":"cn.citycraft",
"artifactId": "Yum", "artifactId":"Yum",
"description": "服务器插件管理系统", "description":"服务器插件管理系统",
"version": "1.3.2" "version":"1.3.3"
}, },
{ {
"groupId": "cn.citycraft", "groupId":"cn.citycraft",
"artifactId": "SimpleEssential", "artifactId":"SimpleEssential",
"description": "轻量级基础插件", "description":"轻量级基础插件",
"version": "1.3" "version":"1.3"
}, },
{ {
"groupId": "cn.citycraft", "groupId":"cn.citycraft",
"artifactId": "CarryEnchantBench", "artifactId":"SimpleProtect",
"description": "30级随身附魔台", "description":"轻量级保护插件",
"version": "1.2" "version":"1.1"
}, },
{ {
"groupId": "cn.citycraft", "groupId":"cn.citycraft",
"artifactId": "Residence", "artifactId":"CarryEnchantBench",
"description": "领地插件", "description":"30级随身附魔台",
"version": "2.7.0.6" "version":"1.2"
}, },
{ {
"groupId": "cn.citycraft", "groupId":"cn.citycraft",
"artifactId": "Multkills", "artifactId":"Residence",
"description": "连杀插件", "description":"领地插件",
"version": "1.3.5" "version":"2.7.0.6",
"tags":[
{
"tag":"1.7.10",
"version":"1.7.10-c"
}
]
}, },
{ {
"groupId": "cn.citycraft", "groupId":"cn.citycraft",
"artifactId": "PrefixGuiManager", "artifactId":"Multkills",
"description": "图形化称号管理插件", "description":"连杀插件",
"version": "1.0" "version":"1.3.5"
},
{
"groupId":"cn.citycraft",
"artifactId":"PrefixGuiManager",
"description":"图形化称号管理插件",
"version":"1.0"
} }
] ]
} }