Bump to 0.80: update to Faction 2.3.0, mcore 7.0.1, Dynmap 1.9
This commit is contained in:
parent
576ecd8fce
commit
19892eba38
Binary file not shown.
BIN
Factions-2.3.0.jar
Normal file
BIN
Factions-2.3.0.jar
Normal file
Binary file not shown.
Binary file not shown.
14
pom.xml
14
pom.xml
@ -2,7 +2,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.dynmap</groupId>
|
||||
<artifactId>Dynmap-Factions</artifactId>
|
||||
<version>0.72</version>
|
||||
<version>0.80</version>
|
||||
<properties>
|
||||
<timestamp>${maven.build.timestamp}</timestamp>
|
||||
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
|
||||
@ -65,26 +65,26 @@
|
||||
<dependency>
|
||||
<groupId>org.dynmap</groupId>
|
||||
<artifactId>dynmap-api</artifactId>
|
||||
<version>1.7</version>
|
||||
<version>1.9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>bukkit</artifactId>
|
||||
<version>1.5.2-R1.0</version>
|
||||
<version>1.7.2-R0.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.massivecraft</groupId>
|
||||
<artifactId>Factions</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<version>2.3.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/Factions-2.0.0.jar</systemPath>
|
||||
<systemPath>${project.basedir}/Factions-2.3.0.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.massivecraft</groupId>
|
||||
<artifactId>mcore</artifactId>
|
||||
<version>6.4.0</version>
|
||||
<version>7.0.1</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/mcore-6.4.0.jar</systemPath>
|
||||
<systemPath>${project.basedir}/mcore-7.0.1.jar</systemPath>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user