forked from pool/hsqldb
783d0b7dbe
* Various serveral minor issues * No obvious detailed changelog - Fix build with jdk8 by tweaking doclint: * hsqldb-apidocs.patch OBS-URL: https://build.opensuse.org/package/show/Java:packages/hsqldb?expand=0&rev=20
36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.hsqldb</groupId>
|
|
<artifactId>hsqldb</artifactId>
|
|
<version>2.3.3</version>
|
|
<name>HyperSQL Database</name>
|
|
<description>HSQLDB - Lightweight 100% Java SQL Database Engine</description>
|
|
<url>http://hsqldb.org</url>
|
|
<inceptionYear>2001</inceptionYear>
|
|
<organization>
|
|
<name>The HSQL Development Group</name>
|
|
<url>http://hsqldb.org</url>
|
|
</organization>
|
|
<licenses>
|
|
<license>
|
|
<name>HSQLDB License, a BSD open source license</name>
|
|
<url>http://hsqldb.org/web/hsqlLicense.html</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
<developers>
|
|
<developer>
|
|
<id>unsaved</id>
|
|
<name>Blaine Simpson</name>
|
|
<email>blaine.simpson@admc.com</email>
|
|
</developer>
|
|
</developers>
|
|
<scm>
|
|
<connection>scm:svn:http://svn.code.sf.net/p/hsqldb/svn/base/</connection>
|
|
<tag>2.3.3</tag>
|
|
<url>http://sourceforge.net/p/hsqldb/svn/HEAD/tree/base/tags/2.3.3</url>
|
|
</scm>
|
|
</project>
|