You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/01/09 00:06:02 UTC

svn commit: r732868 - /jackrabbit/branches/1.5/jackrabbit-webdav/pom.xml

Author: jukka
Date: Thu Jan  8 15:06:01 2009
New Revision: 732868

URL: http://svn.apache.org/viewvc?rev=732868&view=rev
Log:
1.5: Upgrade jcr-commons dependency in webdav as it is affected by the JCR-1926 issue.

Modified:
    jackrabbit/branches/1.5/jackrabbit-webdav/pom.xml

Modified: jackrabbit/branches/1.5/jackrabbit-webdav/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.5/jackrabbit-webdav/pom.xml?rev=732868&r1=732867&r2=732868&view=diff
==============================================================================
--- jackrabbit/branches/1.5/jackrabbit-webdav/pom.xml (original)
+++ jackrabbit/branches/1.5/jackrabbit-webdav/pom.xml Thu Jan  8 15:06:01 2009
@@ -65,7 +65,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>1.5.0</version>
+      <version>1.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>