dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #08087
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2410: Upgraded to postgres jdbc drivers version 9
------------------------------------------------------------
revno: 2410
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2010-10-22 00:38:32 +0200
message:
Upgraded to postgres jdbc drivers version 9
modified:
dhis-2/pom.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml 2010-10-21 11:57:08 +0000
+++ dhis-2/pom.xml 2010-10-21 22:38:32 +0000
@@ -517,7 +517,7 @@
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>8.4-701.jdbc4</version>
+ <version>9.0-801.jdbc4</version>
</dependency>
<!--Reporting -->
<dependency>