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 15:02:02 UTC

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

Author: aadamchik
Date: Sun Feb  2 14:02:02 2014
New Revision: 1563614

URL: http://svn.apache.org/r1563614
Log:
usig latest MySQL driver for the tests

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=1563614&r1=1563613&r2=1563614&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.1/pom.xml (original)
+++ cayenne/main/branches/STABLE-3.1/pom.xml Sun Feb  2 14:02:02 2014
@@ -826,7 +826,7 @@
 				<dependency>
 					<groupId>mysql</groupId>
 					<artifactId>mysql-connector-java</artifactId>
-					<version>5.1.13</version>
+					<version>5.1.28</version>
 					<scope>test</scope>
 				</dependency>
 			</dependencies>