mirror of
https://github.com/moparisthebest/xAuth
synced 2024-12-22 07:08:51 -05:00
Merge pull request #2 from lycano/master
fixed maven permissions version string
This commit is contained in:
commit
6c1d697e93
2
pom.xml
2
pom.xml
@ -19,7 +19,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.nijikokun.bukkit</groupId>
|
<groupId>com.nijikokun.bukkit</groupId>
|
||||||
<artifactId>Permissions</artifactId>
|
<artifactId>Permissions</artifactId>
|
||||||
<version>2.7</version>
|
<version>[2.7,)</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user