Skip to content

Commit

Permalink
Update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed May 14, 2019
1 parent f0691a3 commit ce8f291
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bukkit.version>1.14-R0.1-SNAPSHOT</bukkit.version>
<bukkit.version>1.14.1-R0.1-SNAPSHOT</bukkit.version>
<powermock.version>1.4.12</powermock.version>
<build.number>Unknown</build.number>
</properties>
Expand Down Expand Up @@ -63,8 +63,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ public interface SpeechController {
*
* @param message
* The message to speak
* @param vocalChord
* @param vocalChordName
* the registered {@link VocalChord} name
*
*/
public void speak(SpeechContext message, String vocalChordName);

}

0 comments on commit ce8f291

Please sign in to comment.