Skip to content

Commit

Permalink
Fixed pom, in-game UUID/Name resolver (/uuidprovider get uuid <name>)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWisski committed Aug 20, 2015
1 parent 26b4319 commit fc18080
Show file tree
Hide file tree
Showing 3 changed files with 692 additions and 587 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@
<description>KaiKikuchi's UUIDProvider Bukkit Plugin</description>
<url>https://github.com/KaiKikuchi/UUIDProvider</url>

<properties>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down
Loading

0 comments on commit fc18080

Please sign in to comment.