Use newest postgresql driver
This commit is contained in:
parent
3ce5e012be
commit
bf1f10f4d7
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue