Update pom.xml

This commit is contained in:
DTieman
2023-03-20 20:25:07 +01:00
committed by GitHub
parent 609c574668
commit 05cbb5e6a1

View File

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.koet</groupId>
<groupId>com.maumaustudios</groupId>
<artifactId>MauMau</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
@@ -31,9 +31,9 @@
</build>
<properties>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
</project>