Updated dependencies.
This commit is contained in:
parent
724c3ff426
commit
86116d07f5
Binary file not shown.
@ -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
|
||||||
|
4
pom.xml
4
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user