Switch maven dependencies to ranges

This commit is contained in:
Mike Primm 2011-11-27 16:37:43 -06:00
parent e0925dfc98
commit 236ba68cae

View File

@ -95,14 +95,14 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.0.0-R1-SNAPSHOT</version>
<version>[1.0.0-R1-SNAPSHOT,)</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.dynmap</groupId>
<artifactId>dynmap-api</artifactId>
<version>0.25</version>
<version>[0.25,)</version>
<type>jar</type>
<scope>compile</scope>
</dependency>