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 2013/11/16 22:43:33 UTC

svn commit: r1542593 - /cayenne/main/trunk/tutorials/tutorial-rop-server/pom.xml

Author: aadamchik
Date: Sat Nov 16 21:43:33 2013
New Revision: 1542593

URL: http://svn.apache.org/r1542593
Log:
aligning derby versions

Modified:
    cayenne/main/trunk/tutorials/tutorial-rop-server/pom.xml

Modified: cayenne/main/trunk/tutorials/tutorial-rop-server/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/tutorials/tutorial-rop-server/pom.xml?rev=1542593&r1=1542592&r2=1542593&view=diff
==============================================================================
--- cayenne/main/trunk/tutorials/tutorial-rop-server/pom.xml (original)
+++ cayenne/main/trunk/tutorials/tutorial-rop-server/pom.xml Sat Nov 16 21:43:33 2013
@@ -30,7 +30,7 @@
 		<dependency>
 			<groupId>org.apache.derby</groupId>
 			<artifactId>derby</artifactId>
-			<version>10.5.3.0_1</version>
+			<version>10.7.1.1</version>
 		</dependency>
 		<dependency>
 			<groupId>com.caucho</groupId>