<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>
	<groupId>io.leopard</groupId>
	<artifactId>leopard-debug-parent</artifactId>
	<version>0.0.1</version>
	<packaging>pom</packaging>

	<parent>
		<groupId>io.leopard.depend</groupId>
		<artifactId>depend</artifactId>
		<version>0.0.10</version>
	</parent>

	<scm>
		<url>https://github.com/tanhaichao/leopard-debug/tags/leopard-debug-parent-0.0.1</url>
		<connection>scm:svn:https://github.com/tanhaichao/leopard-debug/tags/leopard-debug-parent-0.0.1</connection>
		<developerConnection>scm:svn:https://github.com/tanhaichao/leopard-debug/tags/leopard-debug-parent-0.0.1</developerConnection>
	</scm>

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>io.leopard</groupId>
				<artifactId>leopard-servlet</artifactId>
				<version>0.0.3</version>
			</dependency>
		</dependencies>
	</dependencyManagement>

	<modules>
		<module>leopard-delay</module>
		<module>leopard-avgtime</module>
	</modules>
</project>