summaryrefslogtreecommitdiffstats
path: root/postgresql-jdbc.pom
diff options
context:
space:
mode:
authorPavel Kajaba <pkajaba@redhat.com>2015-11-25 10:11:47 +0100
committerPavel Kajaba <pkajaba@redhat.com>2015-11-25 10:11:47 +0100
commit0d4e0ad1bb44c1631e5dd4d51b1f061777e6df27 (patch)
tree2b463b4a594f73ee41d7eeea47d955b00829523a /postgresql-jdbc.pom
downloadpostgresql-jdbc-0d4e0ad1bb44c1631e5dd4d51b1f061777e6df27.tar.gz
postgresql-jdbc-0d4e0ad1bb44c1631e5dd4d51b1f061777e6df27.tar.xz
postgresql-jdbc-0d4e0ad1bb44c1631e5dd4d51b1f061777e6df27.zip
Initial commit fo postgresql-jdbc
Diffstat (limited to 'postgresql-jdbc.pom')
-rw-r--r--postgresql-jdbc.pom23
1 files changed, 23 insertions, 0 deletions
diff --git a/postgresql-jdbc.pom b/postgresql-jdbc.pom
new file mode 100644
index 0000000..a242066
--- /dev/null
+++ b/postgresql-jdbc.pom
@@ -0,0 +1,23 @@
+<?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>