Skip to content

Commit

Permalink
Thanks for the Jenkins/repo Rycochet :D
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Dec 5, 2011
1 parent 3987ce1 commit cfa949d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pom.xml
Expand Up @@ -14,31 +14,57 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<licenses>
<license>
<name>GNU GENERAL PUBLIC LICENSE Version 3</name>
<url>http://www.gnu.org/licenses/gpl.html</url>
<distribution>repo</distribution>
</license>
</licenses>

<repositories>

<repository>
<id>bukkit</id>
<name>bukkit</name>
<url>http://repo.bukkit.org/content/groups/repo/</url>
</repository>

<repository>
<id>mmoMinecraft-repo</id>
<name>mmoMinecraft API</name>
<url>http://repo.mmo.me.uk</url>
<layout>default</layout>
</repository>

</repositories>

<dependencies>

<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.0.0-R1-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.crimsonrpg</groupId>
<artifactId>flaggables</artifactId>
<version>1.0-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<type>jar</type>
<scope>test</scope>
</dependency>

</dependencies>
</project>

0 comments on commit cfa949d

Please sign in to comment.