1
mirror of https://github.com/CarmJos/MineConfiguration.git synced 2026-06-04 13:55:03 +08:00

[1.4.0]refactor(all): project reformatted.

BREAKING CHANGE: reformatted projects including project settings and package paths.
This commit is contained in:
2022-05-20 21:50:00 +08:00
parent 6aa220924d
commit 65d7a32108
58 changed files with 235 additions and 251 deletions
+4 -7
View File
@@ -4,12 +4,10 @@
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>
<modules>
<module>bungee</module>
<module>craftbukkit</module>
<module>bukkit</module>
<module>spigot</module>
<module>common</module>
<module>platform/bungee</module>
<module>platform/bukkit</module>
</modules>
<properties>
<java.version>1.8</java.version>
@@ -22,7 +20,7 @@
</properties>
<groupId>cc.carm.lib</groupId>
<artifactId>mineconfiguration-parent</artifactId>
<version>1.3.2</version>
<version>1.4.0</version>
<packaging>pom</packaging>
<name>MineConfiguration</name>
@@ -169,7 +167,6 @@
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<locale>zh_CN</locale>
<includeDependencySources>true</includeDependencySources>
<dependencySourceIncludes>
<dependencySourceInclude>cc.carm.lib:*</dependencySourceInclude>