From: Aron Roberts Date: Wed, 12 Sep 2012 23:05:35 +0000 (-0700) Subject: CSPACE-5519: Upgraded PostgreSQL JDBC Type 4 driver JAR file to version 9.1-902,... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=5dbfb447cc9205accfa89c3e62f5800539a04623;p=tmp%2Fjakarta-migration.git CSPACE-5519: Upgraded PostgreSQL JDBC Type 4 driver JAR file to version 9.1-902, from 8.4-702. --- diff --git a/3rdparty/jdbc_drivers/postgresql-8.4-702.jdbc4.jar b/3rdparty/jdbc_drivers/postgresql-8.4-702.jdbc4.jar deleted file mode 100644 index 8b0c7616b..000000000 Binary files a/3rdparty/jdbc_drivers/postgresql-8.4-702.jdbc4.jar and /dev/null differ diff --git a/3rdparty/jdbc_drivers/postgresql-9.0-802.jdbc4.jar b/3rdparty/jdbc_drivers/postgresql-9.0-802.jdbc4.jar deleted file mode 100644 index 9e16af0e4..000000000 Binary files a/3rdparty/jdbc_drivers/postgresql-9.0-802.jdbc4.jar and /dev/null differ diff --git a/3rdparty/jdbc_drivers/postgresql-9.1-902.jdbc4.jar b/3rdparty/jdbc_drivers/postgresql-9.1-902.jdbc4.jar new file mode 100644 index 000000000..078f37936 Binary files /dev/null and b/3rdparty/jdbc_drivers/postgresql-9.1-902.jdbc4.jar differ diff --git a/build.properties b/build.properties index 2bd46c7b8..07dacdca5 100644 --- a/build.properties +++ b/build.properties @@ -98,7 +98,7 @@ db=postgresql #For postgresql, uncomment this, and comment out mysql section db.port=5432 -db.driver.jar=${db.base.dir}/jdbc_drivers/postgresql-8.4-702.jdbc4.jar +db.driver.jar=${db.base.dir}/jdbc_drivers/postgresql-9.1-902.jdbc4.jar db.jdbc.driver.class=org.postgresql.Driver db.dialect=org.hibernate.dialect.PostgreSQLDialect db.typemapping=PostgreSQL 8.0 diff --git a/services/pom.xml b/services/pom.xml index b0ee04641..9c27d1e4d 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -17,7 +17,7 @@ 0.8.0 2.2.4-1 5.1.8 - 8.4-702.jdbc4 + 9.1-902.jdbc4 cs_default