Author: fmeschbe
Date: Wed Jan  6 10:45:29 2010
New Revision: 896376

URL: http://svn.apache.org/viewvc?rev=896376&view=rev
Log:
SLING-966 Add Commons Auth bundle to list of bundles and raise version of Sling 
Engine to include.

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=896376&r1=896375&r2=896376&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/src/main/bundles/list.xml (original)
+++ sling/trunk/launchpad/builder/src/main/bundles/list.xml Wed Jan  6 10:45:29 
2010
@@ -33,10 +33,15 @@
                        <artifactId>org.apache.sling.api</artifactId>
                        <version>2.0.8</version>
                </bundle>
+        <bundle>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.auth</artifactId>
+            <version>0.9.0-SNAPSHOT</version>
+        </bundle>
                <bundle>
                        <groupId>org.apache.sling</groupId>
                        <artifactId>org.apache.sling.engine</artifactId>
-                       <version>2.0.6</version>
+                       <version>2.0.7-SNAPSHOT</version>
                </bundle>
                <bundle>
                        <groupId>org.apache.sling</groupId>


Reply via email to