mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-23 17:47:35 +01:00
Move to WG 5.6-SNAPSHOT and Bukkit 1.4.2-R0.1-SNAPSHOT.
This commit is contained in:
parent
c5858ef202
commit
f725e73653
7
pom.xml
7
pom.xml
@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.sk89q</groupId>
|
<groupId>com.sk89q</groupId>
|
||||||
<artifactId>worldguard</artifactId>
|
<artifactId>worldguard</artifactId>
|
||||||
<version>5.5.5-SNAPSHOT</version>
|
<version>5.6-SNAPSHOT</version>
|
||||||
<name>WorldGuard</name>
|
<name>WorldGuard</name>
|
||||||
<description>WorldGuard protects your Minecraft servers.</description>
|
<description>WorldGuard protects your Minecraft servers.</description>
|
||||||
<licenses>
|
<licenses>
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
<artifactId>bukkit</artifactId>
|
<artifactId>bukkit</artifactId>
|
||||||
<version>1.3.2-R1.0</version>
|
<version>1.4.2-R0.1-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -238,4 +238,7 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
<modules>
|
||||||
|
<module>?</module>
|
||||||
|
</modules>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user