fixed false naming in pom.xml

This commit is contained in:
steev 2023-10-03 19:51:13 +02:00
parent 8e1066496e
commit c163826b05

View File

@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>de.vortexhq.lobby</groupId> <groupId>de.steev.bm</groupId>
<artifactId>vortexlobby</artifactId> <artifactId>BetterMinecraft</artifactId>
<version>1.0</version> <version>1.1.1</version>
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>