<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>org.tinygroup</groupId>
        <artifactId>tiny</artifactId>
        <version>3.0.0</version>
    </parent>
    <artifactId>tinymenutree</artifactId>
    <version>1.0.0</version>
    <packaging>pom</packaging>
    <properties>
        <tiny_version>3.0.0</tiny_version>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>
	<organization>
        <name>TinyGroup</name>
        <url>http://www.tinygroup.org</url>
    </organization>
	<scm>
        <connection>scm:git:git@http://git.oschina.net/tinyframework/tinymenutree.git</connection>
        <developerConnection>scm:git:http://git.oschina.net/tinyframework/tinymenutree.git</developerConnection>
        <url>http://git.oschina.net/tinyframework/tinymenutree.git</url>
    </scm>
    <modules>
        <module>org.tinygroup.menutree</module>
    </modules>
</project>
