Rename module "new-implemetation" to "core"

This commit is contained in:
Eric 2020-03-19 15:08:42 +01:00
parent d87afd44ab
commit 09e7f3a46f
38 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>de.epiceric.shopchest</groupId> <groupId>de.epiceric.shopchest</groupId>
<artifactId>shopchest-new</artifactId> <artifactId>shopchest</artifactId>
<version>1.13-SNAPSHOT</version> <version>1.13-SNAPSHOT</version>
<name>ShopChest</name> <name>ShopChest</name>

View File

@ -11,7 +11,7 @@
<modules> <modules>
<module>api</module> <module>api</module>
<module>new-implementation</module> <module>core</module>
<module>nms</module> <module>nms</module>
</modules> </modules>