You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by to...@apache.org on 2009/06/10 13:40:53 UTC

svn commit: r783300 - /cayenne/main/trunk/pom.xml

Author: torehalset
Date: Wed Jun 10 11:40:53 2009
New Revision: 783300

URL: http://svn.apache.org/viewvc?rev=783300&view=rev
Log:
update to current sqlite version

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=783300&r1=783299&r2=783300&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Wed Jun 10 11:40:53 2009
@@ -828,7 +828,7 @@
 				<dependency>
 					<groupId>org.sqlite</groupId>
 					<artifactId>sqlite-driver</artifactId>
-					<version>0.54</version>
+					<version>0.56</version>
 					<scope>test</scope>
 				</dependency>
 			</dependencies>