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 2010/04/06 14:21:52 UTC

svn commit: r931113 - /sling/trunk/bundles/commons/log/pom.xml

Author: cziegeler
Date: Tue Apr  6 12:21:52 2010
New Revision: 931113

URL: http://svn.apache.org/viewvc?rev=931113&view=rev
Log:
Use released version of the web console

Modified:
    sling/trunk/bundles/commons/log/pom.xml

Modified: sling/trunk/bundles/commons/log/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/log/pom.xml?rev=931113&r1=931112&r2=931113&view=diff
==============================================================================
--- sling/trunk/bundles/commons/log/pom.xml (original)
+++ sling/trunk/bundles/commons/log/pom.xml Tue Apr  6 12:21:52 2010
@@ -141,7 +141,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.webconsole</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>3.0.0</version>
             <scope>provided</scope>
         </dependency>