Set version to 4.0.5-SNAPSHOT

This commit is contained in:
filoghost 2023-04-23 18:16:51 +02:00
parent f916000216
commit 6ea1825e92
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
<parent>
<groupId>me.filoghost.chestcommands</groupId>
<artifactId>chestcommands-parent</artifactId>
<version>4.0.4</version>
<version>4.0.5-SNAPSHOT</version>
</parent>
<artifactId>chestcommands-api</artifactId>
@ -25,4 +25,4 @@
</dependency>
</dependencies>
</project>
</project>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>me.filoghost.chestcommands</groupId>
<artifactId>chestcommands-parent</artifactId>
<version>4.0.4</version>
<version>4.0.5-SNAPSHOT</version>
</parent>
<artifactId>chestcommands-plugin</artifactId>
@ -162,4 +162,4 @@
</plugins>
</build>
</project>
</project>

View File

@ -6,7 +6,7 @@
<groupId>me.filoghost.chestcommands</groupId>
<artifactId>chestcommands-parent</artifactId>
<name>ChestCommands Parent</name>
<version>4.0.4</version>
<version>4.0.5-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://dev.bukkit.org/projects/chest-commands</url>