<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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.avaje</groupId>
    <artifactId>oss-parent</artifactId>
    <version>1.1</version>
  </parent>

  <groupId>org.avaje.ebeanorm</groupId>
  <artifactId>ebean-start</artifactId>
  <version>1.0</version>
  <name>Ebean start archetype</name>
  <url>http://ebean-orm.github.io/</url>

  <scm>
    <developerConnection>scm:git:https://github.com/ebean-orm/archetype-start.git</developerConnection>
    <tag>ebean-start-1.0</tag>
  </scm>

</project>
