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/04/09 13:17:01 UTC

svn commit: r646269 - in /incubator/sling/trunk: jcr/base/pom.xml parent/pom.xml

Author: fmeschbe
Date: Wed Apr  9 04:16:55 2008
New Revision: 646269

URL: http://svn.apache.org/viewvc?rev=646269&view=rev
Log:
SLING-369 Use most recently release Jackrabbit modules

Modified:
    incubator/sling/trunk/jcr/base/pom.xml
    incubator/sling/trunk/parent/pom.xml

Modified: incubator/sling/trunk/jcr/base/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/base/pom.xml?rev=646269&r1=646268&r2=646269&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/base/pom.xml (original)
+++ incubator/sling/trunk/jcr/base/pom.xml Wed Apr  9 04:16:55 2008
@@ -95,8 +95,6 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-jcr-rmi</artifactId>
-            <!-- require fix for JCR-1454 -->
-            <version>1.5-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <!-- OSGi Libraries -->

Modified: incubator/sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=646269&r1=646268&r2=646269&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Wed Apr  9 04:16:55 2008
@@ -437,7 +437,7 @@
                 <scope>provided</scope>
             </dependency>
 
-            <!-- Real JCR and CRX libraries -->
+            <!-- Real JCR and Jackrabbit libraries -->
             <dependency>
                 <groupId>javax.jcr</groupId>
                 <artifactId>jcr</artifactId>
@@ -453,19 +453,19 @@
             <dependency>
                 <groupId>org.apache.jackrabbit</groupId>
                 <artifactId>jackrabbit-jcr-commons</artifactId>
-                <version>1.4</version>
+                <version>1.4.2</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.jackrabbit</groupId>
                 <artifactId>jackrabbit-core</artifactId>
-                <version>1.4</version>
+                <version>1.4.2</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.jackrabbit</groupId>
                 <artifactId>jackrabbit-jcr-rmi</artifactId>
-                <version>1.4</version>
+                <version>1.4.1</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>