pom.xml: Change project's groupId, artifactId to com.craftaro

This commit is contained in:
Christian Koop 2023-08-15 21:54:37 +02:00
parent 2da22bd260
commit eb75ed8a38
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -4,8 +4,8 @@
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.songoda</groupId>
<artifactId>skyblock</artifactId>
<groupId>com.craftaro</groupId>
<artifactId>FabledSkyBlock</artifactId>
<version>2.5.2</version>
<name>FabledSkyBlock</name>