File tree 6 files changed +11
-5
lines changed
helper-js/src/main/resources
helper-lilypad/src/main/resources
helper-mongo/src/main/resources
helper-profiles/src/main/resources
helper-redis/src/main/resources
helper-sql/src/main/resources
6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ version: ${project.version}
3
3
main : me.lucko.helper.js.HelperJsPlugin
4
4
description : JavaScript plugins powered by helper.
5
5
depend : [helper]
6
+ api-version : 1.13
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ description: ${project.description}
5
5
main : me.lucko.helper.lilypad.plugin.HelperLilyPadPlugin
6
6
website : https://github.com/lucko/helper
7
7
load : STARTUP
8
- depend : [helper, LilyPad-Connect]
8
+ depend : [helper, LilyPad-Connect]
9
+ api-version : 1.13
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ description: ${project.description}
5
5
main : me.lucko.helper.mongo.plugin.HelperMongoPlugin
6
6
website : https://github.com/lucko/helper
7
7
load : STARTUP
8
- depend : [helper]
8
+ depend : [helper]
9
+ api-version : 1.13
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ description: ${project.description}
5
5
main : me.lucko.helper.profiles.plugin.HelperProfilesPlugin
6
6
website : https://github.com/lucko/helper
7
7
load : STARTUP
8
- depend : [helper, helper-sql]
8
+ depend : [helper, helper-sql]
9
+ api-version : 1.13
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ description: ${project.description}
5
5
main : me.lucko.helper.redis.plugin.HelperRedisPlugin
6
6
website : https://github.com/lucko/helper
7
7
load : STARTUP
8
- depend : [helper]
8
+ depend : [helper]
9
+ api-version : 1.13
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ description: ${project.description}
5
5
main : me.lucko.helper.sql.plugin.HelperSqlPlugin
6
6
website : https://github.com/lucko/helper
7
7
load : STARTUP
8
- depend : [helper]
8
+ depend : [helper]
9
+ api-version : 1.13
You can’t perform that action at this time.
0 commit comments