mirror of
https://github.com/EpicEricEE/ShopChest.git
synced 2024-11-25 12:06:16 +01:00
Fix module names
This commit is contained in:
parent
8e06193037
commit
68b21191ba
@ -8,7 +8,7 @@
|
|||||||
<artifactId>shopchest-api</artifactId>
|
<artifactId>shopchest-api</artifactId>
|
||||||
<version>1.13-SNAPSHOT</version>
|
<version>1.13-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>ShopChest-API</name>
|
<name>ShopChest API</name>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>de.epiceric.shopchest</groupId>
|
<groupId>de.epiceric.shopchest</groupId>
|
||||||
|
2
pom.xml
2
pom.xml
@ -16,6 +16,8 @@
|
|||||||
<module>nms</module>
|
<module>nms</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
<name>ShopChest Parent</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Encoding Properties -->
|
<!-- Encoding Properties -->
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
Loading…
Reference in New Issue
Block a user