Skip to content

Commit a764624

Browse files
committed
next development
1 parent d8bb479 commit a764624

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

animation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftux</artifactId>
9-
<version>1.4.0</version>
9+
<version>1.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>craftux-animation</artifactId>

button/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftux</artifactId>
9-
<version>1.4.0</version>
9+
<version>1.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>craftux-button</artifactId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftux</artifactId>
9-
<version>1.4.0</version>
9+
<version>1.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>craftux-common</artifactId>

mask/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftux</artifactId>
9-
<version>1.4.0</version>
9+
<version>1.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>craftux-mask</artifactId>

minestom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftux</artifactId>
9-
<version>1.4.0</version>
9+
<version>1.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>craftux-minestom</artifactId>

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,19 @@
66

77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftux</artifactId>
9-
<version>1.4.0</version>
9+
<version>1.5.0-SNAPSHOT</version>
1010

1111
<packaging>pom</packaging>
12+
<modules>
13+
<module>common</module>
14+
<module>button</module>
15+
<module>animation</module>
16+
<module>mask</module>
17+
<module>simple</module>
18+
<module>spigot</module>
19+
<module>spigot-button</module>
20+
<module>minestom</module>
21+
</modules>
1222

1323
<name>CraftUX</name>
1424
<description>A unified library for Minecraft grid-like user interfaces</description>
@@ -28,16 +38,6 @@
2838
<url>https://github.com/HSGamer</url>
2939
</developer>
3040
</developers>
31-
<modules>
32-
<module>common</module>
33-
<module>button</module>
34-
<module>animation</module>
35-
<module>mask</module>
36-
<module>simple</module>
37-
<module>spigot</module>
38-
<module>spigot-button</module>
39-
<module>minestom</module>
40-
</modules>
4141

4242
<issueManagement>
4343
<system>github</system>

simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftux</artifactId>
9-
<version>1.4.0</version>
9+
<version>1.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>craftux-simple</artifactId>

spigot-button/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftux</artifactId>
9-
<version>1.4.0</version>
9+
<version>1.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>craftux-spigot-button</artifactId>

spigot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftux</artifactId>
9-
<version>1.4.0</version>
9+
<version>1.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>craftux-spigot</artifactId>

0 commit comments

Comments
 (0)