root/3rd-party-poms/hsqldb-1.8.0.10.pom @ 154

Revision 154, 0.6 KB (checked in by nigel.sim, 10 months ago)

Added my poms for 3rd party libraries

Line 
1<project>
2  <modelVersion>4.0.0</modelVersion>
3  <groupId>hsqldb</groupId>
4  <artifactId>hsqldb</artifactId>
5  <packaging>jar</packaging>
6  <name>HSQLDB</name>
7  <version>1.8.0.10</version>
8  <url>http://hsqldb.org/</url>
9  <description>Lightweight 100% Java SQL Database Engine</description>
10  <licenses>
11    <license>
12      <name>HSQLDB License</name>
13      <url>http://hsqldb.org/web/hsqlLicense.html</url>
14      <distribution>repo</distribution>
15    </license>
16  </licenses>
17  <scm>
18    <url>http://sourceforge.net/cvs/?group_id=23316</url>
19  </scm>
20  <dependencies>
21  </dependencies>
22</project>
Note: See TracBrowser for help on using the browser.