You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2010/03/02 11:21:00 UTC

svn commit: r917945 - /incubator/esme/trunk/server/pom.xml

Author: rhirsch
Date: Tue Mar  2 10:21:00 2010
New Revision: 917945

URL: http://svn.apache.org/viewvc?rev=917945&view=rev
Log:
[ESME-168] Update apache derby version

Modified:
    incubator/esme/trunk/server/pom.xml

Modified: incubator/esme/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/pom.xml?rev=917945&r1=917944&r2=917945&view=diff
==============================================================================
--- incubator/esme/trunk/server/pom.xml (original)
+++ incubator/esme/trunk/server/pom.xml Tue Mar  2 10:21:00 2010
@@ -213,13 +213,11 @@
             <artifactId>commons-httpclient</artifactId>
             <version>3.1</version>
         </dependency>
-
         <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
-            <version>10.5.1.1</version>
+            <version>10.5.3.0_1</version>
         </dependency>       
-
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>