Skip to content

Commit

Permalink
Bump version to 0.2.0. Take plugin metadata from pom.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
totemo committed Feb 29, 2016
1 parent 463b393 commit cd1bb22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions plugin.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
name: EntityControl
version: 0.1.0
name: ${project.name}
version: ${project.version}
description: ${project.description}
website: ${project.url}
database: false
author: totemo
authors: [totemo]
description: Fix non-decaying leaves of WorldPainter'd trees.
website: http://github.com/totemo/EntityControl
depend: []
main: io.totemo.ec.EntityControl

permissions:
entitycontrol.admin:
description: Permission to administer the plugin.
default: op
entitycontrol.user:
description: Permission to count entities.
default: op

commands:
ec:
description: Manage entity counts.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.totemo</groupId>
<name>EntityControl</name>
<version>0.1.0</version>
<version>0.2.0</version>
<packaging>jar</packaging>
<description>Manage entities.</description>
<url>https://github.com/totemo/EntityControl</url>
Expand Down

0 comments on commit cd1bb22

Please sign in to comment.