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

Commit

Permalink
Release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rutgerkok committed Jun 30, 2018
1 parent 257a9e5 commit aa2f67e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.rutgerkok</groupId>
<artifactId>worldgeneratorapi</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1</version>
<name>WorldGeneratorApi</name>
<description>Extension of the Bukkit API, aimed at world generation.</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<repositories>
<repository>
<id>spigot-repo</id>
Expand Down Expand Up @@ -70,10 +73,10 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<scope>provided</scope>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit aa2f67e

Please sign in to comment.