Merge pull request 'Correction in pom.xml' (#18) from main into Release
All checks were successful
Build and Release Minecraft Plugin / build (push) Successful in 2m25s
Build and Release Minecraft Plugin / release (push) Successful in 13s

Reviewed-on: #18
This commit is contained in:
Steev 2023-10-03 19:51:56 +02:00
commit fb9f5db652

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">
<modelVersion>4.0.0</modelVersion>
<groupId>de.vortexhq.lobby</groupId>
<artifactId>vortexlobby</artifactId>
<version>1.0</version>
<groupId>de.steev.bm</groupId>
<artifactId>BetterMinecraft</artifactId>
<version>1.1.1</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>