Skip to content

Commit 5cb9069

Browse files
authored
Add api-version to all modules (#124, #125)
1 parent 69ba794 commit 5cb9069

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

helper-js/src/main/resources/plugin.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ version: ${project.version}
33
main: me.lucko.helper.js.HelperJsPlugin
44
description: JavaScript plugins powered by helper.
55
depend: [helper]
6+
api-version: 1.13

helper-lilypad/src/main/resources/plugin.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ description: ${project.description}
55
main: me.lucko.helper.lilypad.plugin.HelperLilyPadPlugin
66
website: https://github.com/lucko/helper
77
load: STARTUP
8-
depend: [helper, LilyPad-Connect]
8+
depend: [helper, LilyPad-Connect]
9+
api-version: 1.13

helper-mongo/src/main/resources/plugin.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ description: ${project.description}
55
main: me.lucko.helper.mongo.plugin.HelperMongoPlugin
66
website: https://github.com/lucko/helper
77
load: STARTUP
8-
depend: [helper]
8+
depend: [helper]
9+
api-version: 1.13

helper-profiles/src/main/resources/plugin.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ description: ${project.description}
55
main: me.lucko.helper.profiles.plugin.HelperProfilesPlugin
66
website: https://github.com/lucko/helper
77
load: STARTUP
8-
depend: [helper, helper-sql]
8+
depend: [helper, helper-sql]
9+
api-version: 1.13

helper-redis/src/main/resources/plugin.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ description: ${project.description}
55
main: me.lucko.helper.redis.plugin.HelperRedisPlugin
66
website: https://github.com/lucko/helper
77
load: STARTUP
8-
depend: [helper]
8+
depend: [helper]
9+
api-version: 1.13

helper-sql/src/main/resources/plugin.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ description: ${project.description}
55
main: me.lucko.helper.sql.plugin.HelperSqlPlugin
66
website: https://github.com/lucko/helper
77
load: STARTUP
8-
depend: [helper]
8+
depend: [helper]
9+
api-version: 1.13

0 commit comments

Comments
 (0)