Update pom.xml

Oh hydos.... You silly.
pull/12/head
Caroline Bell 2020-02-25 20:16:10 -08:00 committed by GitHub
parent e54bba6f6b
commit 1a3015e972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@
<description>A voxel game implementation of the Ginger3D engine by hYdos</description>
<url>http://maven.apache.org</url>
<properties>
<maven.compiler.target>1.11</maven.compiler.target>
<maven.compiler.source>1.11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<lwjgl.version>3.2.3</lwjgl.version>
<joml.version>1.9.20</joml.version>
</properties>
@ -282,4 +282,4 @@
<version>8.3.1</version>
</dependency>
</dependencies>
</project>
</project>