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

update package.info framework...

This commit is contained in:
j502647092
2015-10-23 21:01:13 +08:00
parent 25c97a2a48
commit 4fc5e66f4e
3 changed files with 38 additions and 23 deletions

View File

@@ -1,18 +1,21 @@
{
"name":"mengcraft",
"url":"http://ci.mengcraft.com:8080/plugin/repository/everything/",
"plugins":[
{
"groupId":"com.mengcraft",
"artifactId":"protect",
"description":"服务器保护插件",
"version":"2.2-SNAPSHOT"
},
{
"groupId":"com.mengcraft",
"artifactId":"playersql",
"description":"服务器玩家信息同步",
"version":"1.17-SNAPSHOT"
}
]
{
"name": "mengcraft",
"url": "http://ci.mengcraft.com:8080/plugin/repository/everything/",
"plugins":
[
{
"groupId": "com.mengcraft",
"artifactId": "protect",
"name": "protect",
"description": "服务器保护插件",
"version": "2.2-SNAPSHOT"
},
{
"groupId": "com.mengcraft",
"artifactId": "playersql",
"name": "playersql",
"description": "服务器玩家信息同步",
"version": "1.17-SNAPSHOT"
}
]
}