Skip to content

Commit

Permalink
Generate plugin.yml from maven
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Nov 4, 2015
1 parent 8fd8c3d commit d40fcc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>gg.obsidian</groupId>
<artifactId>DiscordBridge</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<description>Bridge chat between Discord and Minecraft</description>
<url>https://github.com/the-obsidian/DiscordBridge</url>

Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: DiscordBridge
version: ${version}
description: Bridges chat between Minecraft and Discord
version: ${project.version}
description: ${project.description}

author: Jacob Gillespie
website: https://github.com/the-obsidian/DiscordBridge
website: ${project.url}

main: gg.obsidian.discordbridge.DiscordBridge

0 comments on commit d40fcc1

Please sign in to comment.