Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Set version to 1.1.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rutgerkok committed Jan 18, 2021
1 parent 938a79a commit 66e925d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.rutgerkok</groupId>
<artifactId>worldgeneratorapi-parent</artifactId>
<version>1.1.3</version>
<version>1.1.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>WorldGeneratorApi Parent</name>
<modules>
Expand Down
4 changes: 2 additions & 2 deletions worldgeneratorapi-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>worldgeneratorapi-parent</artifactId>
<groupId>nl.rutgerkok</groupId>
<version>1.1.3</version>
<version>1.1.4-SNAPSHOT</version>
</parent>
<artifactId>worldgeneratorapi-impl</artifactId>
<name>WorldGeneratorApi-Implementation</name>
Expand Down Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.16.4-R0.1-SNAPSHOT</version>
<version>1.16.5-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions worldgeneratorapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>worldgeneratorapi-parent</artifactId>
<groupId>nl.rutgerkok</groupId>
<version>1.1.3</version>
<version>1.1.4-SNAPSHOT</version>
</parent>
<artifactId>worldgeneratorapi</artifactId>
<name>WorldGeneratorApi</name>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.3-R0.1-SNAPSHOT</version>
<version>1.16.5-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<exclusions>
<exclusion> <!-- Let's not put the outdated JUnit 4 on our build path -->
Expand Down

0 comments on commit 66e925d

Please sign in to comment.