Update pom.xml

Added mcmmo repos
This commit is contained in:
BlockCat 2013-07-16 13:02:10 +02:00
parent e12674d2ad
commit f791619337
1 changed files with 7 additions and 3 deletions

10
pom.xml
View File

@ -30,13 +30,17 @@
<id>vault-repo</id>
<url>http://ci.herocraftonline.com/plugin/repository/everything</url>
</repository>
<repository>
<id>mcMMO-repo</id>
<url>http://repo.mcmmo.org</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.4.2-R0.2</version>
<version>LATEST</version>
</dependency>
<dependency>
<groupId>net.citizensnpcs</groupId>
@ -56,7 +60,7 @@
<dependency>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>1.3.11</version>
<version>LATEST</version>
</dependency>
</dependencies>
@ -94,4 +98,4 @@
</plugin>
</plugins>
</build>
</project>
</project>