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/03/27 14:44:03 UTC

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

Author: cziegeler
Date: Thu Mar 27 06:44:02 2008
New Revision: 641811

URL: http://svn.apache.org/viewvc?rev=641811&view=rev
Log:
Use released scr version (snapshot has only improved logging functionality)

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=641811&r1=641810&r2=641811&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Thu Mar 27 06:44:02 2008
@@ -549,7 +549,7 @@
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.scr</artifactId>
-                <version>1.0.1-SNAPSHOT</version>
+                <version>1.0.0</version>
                 <scope>provided</scope>
             </dependency>