You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/03/12 18:47:42 UTC

svn commit: r636436 - /incubator/sling/trunk/jcr/jackrabbit-server/pom.xml

Author: fmeschbe
Date: Wed Mar 12 10:47:41 2008
New Revision: 636436

URL: http://svn.apache.org/viewvc?rev=636436&view=rev
Log:
SLING-323 Add a note on reason for using 1.5-SNAPSHOT

Modified:
    incubator/sling/trunk/jcr/jackrabbit-server/pom.xml

Modified: incubator/sling/trunk/jcr/jackrabbit-server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/jackrabbit-server/pom.xml?rev=636436&r1=636435&r2=636436&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/jackrabbit-server/pom.xml (original)
+++ incubator/sling/trunk/jcr/jackrabbit-server/pom.xml Wed Mar 12 10:47:41 2008
@@ -184,6 +184,7 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-jcr-rmi</artifactId>
+            <!-- Required for JCR-1406 -->
             <version>1.5-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>