Set version to 0.5-SNAPSHOT

This commit is contained in:
Rutger Kok 2020-04-18 14:35:31 +02:00
parent 227c1e2cde
commit 5ccf75d1f9
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.rutgerkok</groupId>
<artifactId>worldgeneratorapi-parent</artifactId>
<version>0.4</version>
<version>0.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>WorldGeneratorApi Parent</name>
<modules>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>worldgeneratorapi-parent</artifactId>
<groupId>nl.rutgerkok</groupId>
<version>0.4</version>
<version>0.5-SNAPSHOT</version>
</parent>
<artifactId>worldgeneratorapi-impl</artifactId>
<name>WorldGeneratorApi-Implementation</name>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>worldgeneratorapi-parent</artifactId>
<groupId>nl.rutgerkok</groupId>
<version>0.4</version>
<version>0.5-SNAPSHOT</version>
</parent>
<artifactId>worldgeneratorapi</artifactId>
<name>WorldGeneratorApi</name>