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/12/22 22:30:56 UTC

svn commit: r728786 - /incubator/sling/trunk/jcr/jackrabbit-api/pom.xml

Author: fmeschbe
Date: Mon Dec 22 13:30:56 2008
New Revision: 728786

URL: http://svn.apache.org/viewvc?rev=728786&view=rev
Log:
SLING-769 Explicit Jackrabbit Dependency Version
Note that this bundle is only needed if for Jackrabbit API 1.4 because the Jackrabbit 1.5 library is in fact a real bundle

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

Modified: incubator/sling/trunk/jcr/jackrabbit-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/jackrabbit-api/pom.xml?rev=728786&r1=728785&r2=728786&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/jackrabbit-api/pom.xml (original)
+++ incubator/sling/trunk/jcr/jackrabbit-api/pom.xml Mon Dec 22 13:30:56 2008
@@ -71,6 +71,7 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-api</artifactId>
+            <version>1.4</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>