mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-12-26 18:37:43 +01:00
Add hyphen to module name suffixes (e.g. API
-> -API
)
This commit is contained in:
parent
4263fd0875
commit
d5b41b2292
@ -6,10 +6,10 @@
|
||||
|
||||
<parent>
|
||||
<groupId>com.craftaro</groupId>
|
||||
<artifactId>UltimateStackerParent</artifactId>
|
||||
<artifactId>UltimateStacker-Parent</artifactId>
|
||||
<version>3.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>UltimateStackerAPI</artifactId>
|
||||
<artifactId>UltimateStacker-API</artifactId>
|
||||
<version>1.0.0</version>
|
||||
|
||||
<build>
|
@ -6,7 +6,7 @@
|
||||
|
||||
<parent>
|
||||
<groupId>com.craftaro</groupId>
|
||||
<artifactId>UltimateStackerParent</artifactId>
|
||||
<artifactId>UltimateStacker-Parent</artifactId>
|
||||
<version>3.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>UltimateStacker</artifactId>
|
||||
|
4
pom.xml
4
pom.xml
@ -5,12 +5,12 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.craftaro</groupId>
|
||||
<artifactId>UltimateStackerParent</artifactId>
|
||||
<artifactId>UltimateStacker-Parent</artifactId>
|
||||
<version>3.0.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>UltimateStackerAPI</module>
|
||||
<module>UltimateStacker-API</module>
|
||||
<module>UltimateStacker</module>
|
||||
</modules>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user