Set version to 4.0.2

This commit is contained in:
filoghost 2020-10-19 09:53:43 +02:00
parent bfef4c56f6
commit 4b1490c7d4
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ API Javadoc for developers: https://ci.codemc.io/job/filoghost/job/ChestCommands
<dependency>
<groupId>me.filoghost.chestcommands</groupId>
<artifactId>chestcommands-api</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
<scope>provided</scope>
</dependency>
```

View File

@ -6,7 +6,7 @@
<parent>
<groupId>me.filoghost.chestcommands</groupId>
<artifactId>chestcommands-parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>chestcommands-api</artifactId>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>me.filoghost.chestcommands</groupId>
<artifactId>chestcommands-parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>chestcommands-plugin</artifactId>

View File

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