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/08/25 11:43:19 UTC

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

Author: cziegeler
Date: Mon Aug 25 02:43:18 2008
New Revision: 688685

URL: http://svn.apache.org/viewvc?rev=688685&view=rev
Log:
Use latest scr version to avoid npe on shutdown.

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=688685&r1=688684&r2=688685&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Mon Aug 25 02:43:18 2008
@@ -668,7 +668,7 @@
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.scr</artifactId>
-                <version>1.0.4</version>
+                <version>1.0.5-SNAPSHOT</version>
                 <scope>provided</scope>
             </dependency>