Commits
sk89q authored 550df20f18d
1 1 | <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"> |
2 2 | <modelVersion>4.0.0</modelVersion> |
3 3 | <groupId>com.sk89q</groupId> |
4 4 | <artifactId>worldguard</artifactId> |
5 - | <version>6.0.0-beta-01</version> |
5 + | <version>6.0.0-SNAPSHOT</version> |
6 6 | <packaging>jar</packaging> |
7 7 | |
8 8 | <!-- Project information --> |
9 9 | <name>WorldGuard</name> |
10 10 | <description>WorldGuard protects your Minecraft servers.</description> |
11 11 | <licenses> |
12 12 | <license> |
13 13 | <name>GNU General Public License 2.0</name> |
14 14 | <url>LICENSE.txt</url> |
15 15 | <distribution>repo</distribution> |