pom.xml 706 Bytes
Newer Older
1 2
<project>
    <modelVersion>4.0.0</modelVersion>
3 4 5 6 7 8 9 10
    <groupId>com.h2database</groupId>
      <artifactId>h2</artifactId>
      <version>@version@</version>
      <packaging>jar</packaging>
      <name>H2 Database Engine</name>
      <url>http://www.h2database.com</url>
      <description>H2 Database Engine</description>
    <licenses>
11
        <license>
12
            <name>The H2 License, Version 1.0</name>
13 14
            <url>http://h2database.com/html/license.html</url>
            <distribution>repo</distribution>
15 16 17 18 19 20
        </license>
    </licenses>
    <scm>
        <url>http://h2database.googlecode.com/svn/trunk</url>
    </scm>
    <dependencies>
21 22
    </dependencies>
</project>