Bump to 0.80: update to Faction 2.3.0, mcore 7.0.1, Dynmap 1.9

This commit is contained in:
Mike Primm 2014-02-02 13:13:50 -06:00
parent 576ecd8fce
commit 19892eba38
4 changed files with 7 additions and 7 deletions

Binary file not shown.

BIN
Factions-2.3.0.jar Normal file

Binary file not shown.

Binary file not shown.

14
pom.xml
View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.dynmap</groupId> <groupId>org.dynmap</groupId>
<artifactId>Dynmap-Factions</artifactId> <artifactId>Dynmap-Factions</artifactId>
<version>0.72</version> <version>0.80</version>
<properties> <properties>
<timestamp>${maven.build.timestamp}</timestamp> <timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format> <maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
@ -65,26 +65,26 @@
<dependency> <dependency>
<groupId>org.dynmap</groupId> <groupId>org.dynmap</groupId>
<artifactId>dynmap-api</artifactId> <artifactId>dynmap-api</artifactId>
<version>1.7</version> <version>1.9</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId> <artifactId>bukkit</artifactId>
<version>1.5.2-R1.0</version> <version>1.7.2-R0.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.massivecraft</groupId> <groupId>com.massivecraft</groupId>
<artifactId>Factions</artifactId> <artifactId>Factions</artifactId>
<version>2.0.0</version> <version>2.3.0</version>
<scope>system</scope> <scope>system</scope>
<systemPath>${project.basedir}/Factions-2.0.0.jar</systemPath> <systemPath>${project.basedir}/Factions-2.3.0.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.massivecraft</groupId> <groupId>com.massivecraft</groupId>
<artifactId>mcore</artifactId> <artifactId>mcore</artifactId>
<version>6.4.0</version> <version>7.0.1</version>
<scope>system</scope> <scope>system</scope>
<systemPath>${project.basedir}/mcore-6.4.0.jar</systemPath> <systemPath>${project.basedir}/mcore-7.0.1.jar</systemPath>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>