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/03/07 12:08:33 UTC

svn commit: r634612 - /incubator/sling/trunk/parent/pom.xml

Author: fmeschbe
Date: Fri Mar  7 03:08:32 2008
New Revision: 634612

URL: http://svn.apache.org/viewvc?rev=634612&view=rev
Log:
use latest SCR snapshot to get more logging in DEBUG mode

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

Modified: incubator/sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=634612&r1=634611&r2=634612&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Fri Mar  7 03:08:32 2008
@@ -550,7 +550,7 @@
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.scr</artifactId>
-                <version>1.0.0</version>
+                <version>1.0.1-SNAPSHOT</version>
                 <scope>provided</scope>
             </dependency>