first pass of lyrics command

version bump
more code cleanup
This commit is contained in:
John Grosh
2018-12-04 23:55:32 -05:00
parent 15f3cf07a8
commit 34bffe0148
12 changed files with 118 additions and 19 deletions

13
pom.xml
View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jagrosh</groupId>
<artifactId>JMusicBot</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
<packaging>jar</packaging>
<repositories>
@@ -12,6 +12,11 @@
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
<repository>
<id>bintray-jagrosh-maven</id>
<name>bintray</name>
<url>https://dl.bintray.com/jagrosh/maven</url>
</repository>
</repositories>
<dependencies>
@@ -31,6 +36,12 @@
<version>2.1.4</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.jagrosh</groupId>
<artifactId>JLyrics</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>