summaryrefslogtreecommitdiffstats
path: root/postgresql-jdbc.pom
diff options
context:
space:
mode:
authorPavel Kajaba <pkajaba@redhat.com>2016-04-07 10:56:40 +0200
committerPavel Kajaba <pkajaba@redhat.com>2016-04-07 10:56:40 +0200
commit76a9922e928c274794f31b47b49888561f593632 (patch)
tree8e197454463e651190f01afccf528809fb9340e3 /postgresql-jdbc.pom
parent16ed82e6660901304b5016b9c291fde6d9aac1ab (diff)
downloadpostgresql-jdbc-master.tar.gz
postgresql-jdbc-master.tar.xz
postgresql-jdbc-master.zip
Update to version 1208HEADmaster
Diffstat (limited to 'postgresql-jdbc.pom')
-rw-r--r--postgresql-jdbc.pom23
1 files changed, 0 insertions, 23 deletions
diff --git a/postgresql-jdbc.pom b/postgresql-jdbc.pom
deleted file mode 100644
index a242066..0000000
--- a/postgresql-jdbc.pom
+++ /dev/null
@@ -1,23 +0,0 @@
-<?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>