DiscoSheep/core/pom.xml
Charlie 2af8c8dbf2 Squashed 'lib/' content from commit 25c3423
git-subtree-dir: lib
git-subtree-split: 25c34231861721918079749db731f8af500eb371
2014-07-31 11:37:54 -04:00

14 lines
631 B
XML

<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.sk89q</groupId>
<artifactId>command-framework-parent</artifactId>
<version>0.5-SNAPSHOT</version>
</parent>
<artifactId>command-framework-core</artifactId>
<packaging>jar</packaging>
<version>0.5-SNAPSHOT</version>
<name>Sk89q Command Framework Core</name>
<description>Core classes for the sk89q command framework.</description>
</project>