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} name: ${project.name}
version: ${project.version} version: ${project.version}
description: A plugin to create gates for fast traveling. description: A plugin to create gates for fast traveling.
softdepend: [Vault] depend: [Craft Inc. Gates, dynmap]
author: tomco, s1m0ne author: tomco
authors: [oloflarsson, locutus, DrAgonmoray, s1m0ne, tomco]
website: FIXME website: FIXME
main: de.craftinc.gates.dynmap.Plugin main: de.craftinc.gates.dynmap.Plugin
database: false database: false

View File

@ -87,9 +87,9 @@
<dependency> <dependency>
<groupId>de.craftinc</groupId> <groupId>de.craftinc</groupId>
<artifactId>CraftIncGates</artifactId> <artifactId>CraftIncGates</artifactId>
<version>2.3</version> <version>2.4-DEV</version>
<scope>system</scope> <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> </dependency>
</dependencies> </dependencies>