mirror of
https://github.com/kaboomserver/commandspy.git
synced 2025-05-15 04:49:32 +00:00
Target Java 5
This commit is contained in:
parent
9dc606c341
commit
43eb404e48
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -5,8 +5,8 @@
|
|||
<version>master</version>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>1.0</maven.compiler.source>
|
||||
<maven.compiler.target>1.0</maven.compiler.target>
|
||||
<maven.compiler.source>1.5</maven.compiler.source>
|
||||
<maven.compiler.target>1.5</maven.compiler.target>
|
||||
<maven.test.skip>true</maven.test.skip>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
|
Loading…
Reference in a new issue