Merge pull request #74 from HACKhalo2/patch-1

Make sure ModifyWorld 1.19.6 is using PEX 1.19.6 to compile against
This commit is contained in:
zml2008 2013-07-23 07:43:20 -07:00
commit fe91279f9e
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>ru.tehkode</groupId>
@ -74,7 +73,7 @@
<dependency>
<groupId>ru.tehkode</groupId>
<artifactId>PermissionsEx</artifactId>
<version>1.19.5</version>
<version>1.19.6</version>
</dependency>
</dependencies>
<repositories>