Version back at 1.1-SNAPSHOT

This commit is contained in:
Rutger Kok 2020-07-09 20:45:51 +02:00
parent 44000a910e
commit ec0e16367d
3 changed files with 3 additions and 3 deletions

View File

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

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>1.0.1</version> <version>1.1-SNAPSHOT</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>1.0.1</version> <version>1.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>worldgeneratorapi</artifactId> <artifactId>worldgeneratorapi</artifactId>
<name>WorldGeneratorApi</name> <name>WorldGeneratorApi</name>