From: Richard Millet Date: Thu, 13 Sep 2012 17:31:14 +0000 (-0700) Subject: NORJIRA: Updating Maven and Ant config files to use an updated postgresql driver... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=a5fe31589d85892b967a368974c9f103578be7a0;p=tmp%2Fjakarta-migration.git NORJIRA: Updating Maven and Ant config files to use an updated postgresql driver library so that it will get the jar from a public repo. --- diff --git a/3rdparty/jdbc_drivers/postgresql-9.1-901.jdbc4.jar b/3rdparty/jdbc_drivers/postgresql-9.1-901.jdbc4.jar new file mode 100644 index 000000000..63e54165e Binary files /dev/null and b/3rdparty/jdbc_drivers/postgresql-9.1-901.jdbc4.jar differ diff --git a/build.properties b/build.properties index 07dacdca5..30c34c8fa 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-9.1-902.jdbc4.jar +db.driver.jar=${db.base.dir}/jdbc_drivers/postgresql-9.1-901.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 9c27d1e4d..71952d824 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -17,7 +17,7 @@ 0.8.0 2.2.4-1 5.1.8 - 9.1-902.jdbc4 + 9.1-901.jdbc4 cs_default