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/10/30 09:08:47 UTC

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

Author: fmeschbe
Date: Thu Oct 30 01:08:47 2008
New Revision: 709112

URL: http://svn.apache.org/viewvc?rev=709112&view=rev
Log:
Include the latest Felix WebConsole release with Sling

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=709112&r1=709111&r2=709112&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Thu Oct 30 01:08:47 2008
@@ -690,7 +690,7 @@
 	        <dependency>
 	            <groupId>org.apache.felix</groupId>
 	            <artifactId>org.apache.felix.webconsole</artifactId>
-	            <version>1.0.0</version>
+	            <version>1.2.0</version>
 	        </dependency>
 
             <!-- HttpService implementation: embedded Jetty -->