<?xml version="1.0"?><project>
  <parent>
    <artifactId>tapestry-project</artifactId>
    <groupId>org.apache.tapestry</groupId>
    <version>5.0.1</version>
    <relativePath>../tapestry-project/pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-simple</artifactId>
  <packaging>maven-plugin</packaging>
  <name>Tapestry 5 Simple Archetype</name>
  <version>5.0.1</version>
  <description>Archetype for creating a basic Tapestry 5 application, including Eclipse control files.</description>
  <url>http://tapestry.apache.org/tapestry5/tapestry-simple</url>
  <inceptionYear>2007</inceptionYear>
  <scm>
    <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/${pom.artifactId}/trunk/</connection>
    <url>http://svn.apache.org/viewvc/tapestry/tapestry5/${pom.artifactId}/trunk/</url>
  </scm>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>