postgresql-jdbc/postgresql-jdbc.pom

24 lines
625 B
XML

<?xml version="1.0"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
<packaging>jar</packaging>
<name>PostgreSQL JDBC Driver</name>
<version>UPSTREAM_VERSION</version>
<url>http://jdbc.postgresql.org</url>
<description>The PostgreSQL Driver JDBC4</description>
<licenses>
<license>
<name>BSD License</name>
<url>http://jdbc.postgresql.org/license.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://gborg.postgresql.org/project/pgjdbc/cvs/cvs.php</url>
</scm>
</project>