Also update version in other POM files

This commit is contained in:
Rutger Kok 2019-07-14 07:39:22 +02:00
parent 48362f18f9
commit 456a8044dc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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