add repo.info and package.info...

master
502647092 2015-08-31 21:32:40 +08:00
parent d03cd04cd9
commit d0c9bec485
2 changed files with 29 additions and 19 deletions

View File

@ -1,20 +1,23 @@
{
"repository":{
"id":"CityCraft",
"url":"http://ci.citycraft.cn:8800/jenkins/plugin/repository/everything/"
},
"plugins":[
"Yum":{
"groupId":"cn.citycraft",
"artifactId":"Yum",
"version":"1.3",
"lowestserverversion":"1.7"
},
"SimpleEssential":{
"groupId":"cn.citycraft",
"artifactId":"SimpleEssential",
"version":"1.1",
"lowestserverversion":"1.7"
}
]
{
"repository":{
"id":"citycraft",
"url":"http://ci.citycraft.cn:8800/jenkins/plugin/repository/everything/"
},
"plugins":[
{
"groupId":"cn.citycraft",
"artifactId":"Yum",
"version":"1.3-bate1"
},
{
"groupId":"cn.citycraft",
"artifactId":"SimpleEssential",
"version":"1.1"
},
{
"groupId":"cn.citycraft",
"artifactId":"CarryEnchantBench",
"version":"1.2"
}
]
}

7
repo/repo.info Normal file
View File

@ -0,0 +1,7 @@
[
{
"id":"citycraft",
"url":"http://502647092.github.io/repo/citycraft/package.info",
"type":"maven"
}
]