<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>spider</artifactId>
    <packaging>pom</packaging>
    <dependencies>

    </dependencies>
    <repositories>
        <repository>
            <id>sonatype-snapshots</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
    </repositories>
	<scm>
		<connection>scm:git:git@https://git.oschina.net/tinyframework/TinySpider.git</connection>
		<developerConnection>scm:git:https://git.oschina.net/tinyframework/TinySpider.git</developerConnection>
		<url>https://git.oschina.net/tinyframework/TinySpider.git</url>
	</scm>
    <modules>
        <module>org.tinygroup.spider</module>
        <module>org.tinygroup.spidersample</module>
    </modules>
</project>
