Use newest postgresql driver

This commit is contained in:
Oscar Gonzalez Fernandez 2013-05-28 20:27:53 +02:00
parent 3ce5e012be
commit bf1f10f4d7

View file

@ -115,9 +115,9 @@
</activation> </activation>
<properties> <properties>
<!-- JDBC driver properties --> <!-- JDBC driver properties -->
<jdbcDriver.groupId>postgresql</jdbcDriver.groupId> <jdbcDriver.groupId>org.postgresql</jdbcDriver.groupId>
<jdbcDriver.artifactId>postgresql</jdbcDriver.artifactId> <jdbcDriver.artifactId>postgresql</jdbcDriver.artifactId>
<jdbcDriver.version>8.3-603.jdbc4</jdbcDriver.version> <jdbcDriver.version>9.2-1003-jdbc4</jdbcDriver.version>
<jdbcDriver.className>org.postgresql.Driver</jdbcDriver.className> <jdbcDriver.className>org.postgresql.Driver</jdbcDriver.className>
<!-- Data source properties --> <!-- Data source properties -->
<dataSource.url>jdbc:postgresql://localhost/libreplan${libreplan.mode}</dataSource.url> <dataSource.url>jdbc:postgresql://localhost/libreplan${libreplan.mode}</dataSource.url>