]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2133 Upgrade to Postgresql JDBC driver 9.0-801.jdbc3
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 31 Jan 2011 10:50:22 +0000 (11:50 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 31 Jan 2011 10:52:06 +0000 (11:52 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 77f23424423f1b5f7a2d38ca2b537c00e7a60e00..b3ea4f9c4e43ab25d3faf697120b94ce7f6629f5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>postgresql</groupId>
         <artifactId>postgresql</artifactId>
-        <version>8.3-603.jdbc3</version>
+        <version>9.0-801.jdbc3</version>
       </dependency>
       <dependency>
         <groupId>net.sourceforge.jtds</groupId>