<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>
	<artifactId>gae-mini-profiler</artifactId>
	<name>Google App Engine Profiler for Java</name>
	<description>A mini profiler for the Google App Engine Java runtime (inspired by the Python gae_mini_profiler at https://github.com/kamens/gae_mini_profiler and the MVC Mini Profiler at http://code.google.com/p/mvc-mini-profiler/)</description>

	<packaging>jar</packaging>

	<parent>
		<groupId>ca.jimr</groupId>
		<artifactId>gae-mini-profiler-parent</artifactId>
		<version>2.0.2</version>
	</parent>
	
	
</project>