You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2014/02/02 13:50:37 UTC

svn commit: r1563601 - /cayenne/main/branches/STABLE-3.1/pom.xml

Author: aadamchik
Date: Sun Feb  2 12:50:37 2014
New Revision: 1563601

URL: http://svn.apache.org/r1563601
Log:
upgrading PG driver to avoid a bunch of failures

this has already been done on trunk

Modified:
    cayenne/main/branches/STABLE-3.1/pom.xml

Modified: cayenne/main/branches/STABLE-3.1/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.1/pom.xml?rev=1563601&r1=1563600&r2=1563601&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.1/pom.xml (original)
+++ cayenne/main/branches/STABLE-3.1/pom.xml Sun Feb  2 12:50:37 2014
@@ -860,7 +860,7 @@
 				<dependency>
 					<groupId>postgresql</groupId>
 					<artifactId>postgresql</artifactId>
-					<version>8.3-603.jdbc3</version>
+					<version>9.1-901-1.jdbc4</version>
 					<scope>test</scope>
 				</dependency>
 			</dependencies>