Updated dependencies.

This commit is contained in:
Tobias Ottenweller 2014-01-26 15:15:59 +01:00
parent 724c3ff426
commit 86116d07f5
3 changed files with 4 additions and 6 deletions

View File

@ -1,10 +1,8 @@
name: ${project.name}
version: ${project.version}
description: A plugin to create gates for fast traveling.
softdepend: [Vault]
author: tomco, s1m0ne
authors: [oloflarsson, locutus, DrAgonmoray, s1m0ne, tomco]
depend: [Craft Inc. Gates, dynmap]
author: tomco
website: FIXME
main: de.craftinc.gates.dynmap.Plugin
database: false

View File

@ -87,9 +87,9 @@
<dependency>
<groupId>de.craftinc</groupId>
<artifactId>CraftIncGates</artifactId>
<version>2.3</version>
<version>2.4-DEV</version>
<scope>system</scope>
<systemPath>${project.basedir}/Craft Inc. Gates 2.3.0.jar</systemPath>
<systemPath>${project.basedir}/Craft Inc. Gates 2.4.0-DEV.jar</systemPath>
</dependency>
</dependencies>