You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/01/18 08:32:37 UTC

svn commit: r613084 - in /incubator/sling/trunk: jcr/api/pom.xml parent/pom.xml

Author: cziegeler
Date: Thu Jan 17 23:32:36 2008
New Revision: 613084

URL: http://svn.apache.org/viewvc?rev=613084&view=rev
Log:
Use jackrabbit 1.4 for the whole project.

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

Modified: incubator/sling/trunk/jcr/api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/api/pom.xml?rev=613084&r1=613083&r2=613084&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/api/pom.xml (original)
+++ incubator/sling/trunk/jcr/api/pom.xml Thu Jan 17 23:32:36 2008
@@ -68,7 +68,7 @@
 
                             <!-- Re-export JCR API, Jackrabbit API and Jackrabbit JCR Commons -->
                             javax.jcr.*;version=1.0,
-                            org.apache.jackrabbit.*;version=1.3.1;-split-package:=merge-first
+                            org.apache.jackrabbit.*;version=1.4;-split-package:=merge-first
                         </Export-Package>
                         <Private-Package>
                             org.apache.sling.jcr.api.internal,

Modified: incubator/sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=613084&r1=613083&r2=613084&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Thu Jan 17 23:32:36 2008
@@ -463,31 +463,31 @@
             <dependency>
                 <groupId>org.apache.jackrabbit</groupId>
                 <artifactId>jackrabbit-api</artifactId>
-                <version>1.3.1</version>
+                <version>1.4</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.jackrabbit</groupId>
                 <artifactId>jackrabbit-jcr-commons</artifactId>
-                <version>1.3.1</version>
+                <version>1.4</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.jackrabbit</groupId>
                 <artifactId>jackrabbit-core</artifactId>
-                <version>1.3.1</version>
+                <version>1.4</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.jackrabbit</groupId>
                 <artifactId>jackrabbit-jcr-rmi</artifactId>
-                <version>1.3.1</version>
+                <version>1.4</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.jackrabbit</groupId>
                 <artifactId>jackrabbit-classloader</artifactId>
-                <version>1.3.1</version>
+                <version>1.4</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>