Commits
mbax authored and EvilSeph committed 9ae1dd5737d
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>org.bukkit</groupId> |
4 4 | <artifactId>bukkit</artifactId> |
5 - | <version>1.7.2-R0.4-SNAPSHOT</version> |
5 + | <version>1.7.5-R0.1-SNAPSHOT</version> |
6 6 | <name>Bukkit</name> |
7 7 | <url>http://www.bukkit.org</url> |
8 8 | |
9 9 | <properties> |
10 10 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
11 11 | </properties> |
12 12 | |
13 13 | <scm> |
14 14 | <developerConnection>scm:git:git@github.com:Bukkit/Bukkit.git</developerConnection> |
15 15 | <connection>scm:git:git://github.com/Bukkit/Bukkit.git</connection> |