Laszlo Hornyak has uploaded a new change for review.

Change subject: engine: upgrade postgres jdbc
......................................................................

engine: upgrade postgres jdbc

- Upgrades PostgreSQL JDBC to version 9.1-901.jdbc4
- Removed postgresql.version from the pom, it was redundant with
  postgres.jdbc.version

Change-Id: I57065e43dee7fcae363174750a959757f438d915
Signed-off-by: Laszlo Hornyak <[email protected]>
---
M pom.xml
1 file changed, 2 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/10/11310/1

diff --git a/pom.xml b/pom.xml
index 6282f28..032e4e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
     <commons-lang.version>2.6</commons-lang.version>
     <commons-compress.version>1.4.1</commons-compress.version>
     <quartz.version>2.1.2</quartz.version>
-    <postgres.jdbc.version>8.4-702.jdbc4</postgres.jdbc.version>
+    <postgres.jdbc.version>9.1-901.jdbc4</postgres.jdbc.version>
     <commons-collections>3.1</commons-collections>
     <javax.transaction>1.1</javax.transaction>
     <xmlrpc-client.version>3.1.3</xmlrpc-client.version>
@@ -62,7 +62,6 @@
     <javax.ejb.api.version>1.0.1.Final</javax.ejb.api.version>
     <javax.servlet.api.version>3.0</javax.servlet.api.version>
     <jcraft.jsch.version>0.1.42</jcraft.jsch.version>
-    <postgresql.version>8.4-701.jdbc4</postgresql.version>
     <dozer.version>5.2.0</dozer.version>
     <cxf.version>2.2.7</cxf.version>
     <mina-core.version>2.0.1</mina-core.version>
@@ -192,7 +191,7 @@
       <dependency>
         <groupId>postgresql</groupId>
         <artifactId>postgresql</artifactId>
-        <version>${postgresql.version}</version>
+        <version>${postgres.jdbc.version}</version>
       </dependency>
       <dependency>
         <groupId>commons-lang</groupId>


--
To view, visit http://gerrit.ovirt.org/11310
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I57065e43dee7fcae363174750a959757f438d915
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Laszlo Hornyak <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to