1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
<?xml version="1.0"?>
<project>
<name>PL/Java</name>
<artifactId>pljava-public</artifactId>
<groupId>postgresql</groupId>
<currentVersion>@PLJAVA_VERSION@</currentVersion>
<organization>
<name>Tada AB, Taby Sweden</name>
<url>http://www.tada.se</url>
</organization>
<inceptionYear>2003</inceptionYear>
<logo>http://gborg.postgresql.org/images/projects/pljava/screenshots/pljava_logo_small.gif</logo>
<description>Public Java interfaces for PL/Java, a server side Java solution for PostgreSQL</description>
<shortDescription>Public interfaces for PL/Java</shortDescription>
<url>http://gborg.postgresql.org/images/projects/pljava</url>
<mailingLists>
<mailingList>
<name>pljava-dev</name>
<subscribe>http://gborg.postgresql.org/mailman/listinfo/pljava-dev</subscribe>
<unsubscribe>http://gborg.postgresql.org/mailman/listinfo/pljava-dev</unsubscribe>
<archive>http://gborg.postgresql.org/pipermail/pljava-dev</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<name>Thomas Hallgren</name>
<id>thhal</id>
<email>mailto:thhal@mailblocks.com</email>
<url>http://gborg.postgresql.org/member/memprofile?4551</url>
<timezone>MET</timezone>
</developer>
</developers>
<licenses>
<license>
<name>BSD</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies/>
</project>
|