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 2013/08/05 16:37:16 UTC

svn commit: r1510504 - /sling/trunk/launchpad/builder/src/main/bundles/list.xml

Author: fmeschbe
Date: Mon Aug  5 14:37:16 2013
New Revision: 1510504

URL: http://svn.apache.org/r1510504
Log:
SLING-2944 Required Bundle Updates in the bundle list

* JCR API 2.1.1-SNAPSHOT (SlingRepository update)
* JCR Base 2.1.3-SNAPSHOT (AbstractSlingRepository)
* Service User Mapper (required Service)

Modified:
    sling/trunk/launchpad/builder/src/main/bundles/list.xml

Modified: sling/trunk/launchpad/builder/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/src/main/bundles/list.xml?rev=1510504&r1=1510503&r2=1510504&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/src/main/bundles/list.xml (original)
+++ sling/trunk/launchpad/builder/src/main/bundles/list.xml Mon Aug  5 14:37:16 2013
@@ -95,6 +95,11 @@
         </bundle>
         <bundle>
             <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.serviceusermapper</artifactId>
+            <version>0.0.1-SNAPSHOT</version>
+        </bundle>
+        <bundle>
+            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.resourceresolver</artifactId>
             <version>1.0.7-SNAPSHOT</version>
         </bundle>
@@ -443,12 +448,12 @@
         <bundle>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.api</artifactId>
-            <version>2.1.0</version>
+            <version>2.1.1-SNAPSHOT</version>
         </bundle>
         <bundle>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.base</artifactId>
-            <version>2.1.2</version>
+            <version>2.1.3-SNAPSHOT</version>
         </bundle>
         <bundle>
             <groupId>org.apache.sling</groupId>