You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2011/02/12 05:15:23 UTC

svn commit: r1070023 - /sling/trunk/launchpad/base/pom.xml

Author: justin
Date: Sat Feb 12 04:15:23 2011
New Revision: 1070023

URL: http://svn.apache.org/viewvc?rev=1070023&view=rev
Log:
fixing SLING-1979 by upgrading Felix

Modified:
    sling/trunk/launchpad/base/pom.xml

Modified: sling/trunk/launchpad/base/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/base/pom.xml?rev=1070023&r1=1070022&r2=1070023&view=diff
==============================================================================
--- sling/trunk/launchpad/base/pom.xml (original)
+++ sling/trunk/launchpad/base/pom.xml Sat Feb 12 04:15:23 2011
@@ -240,7 +240,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>3.0.7</version>
+            <version>3.0.8</version>
             <scope>provided</scope>
         </dependency>
         <dependency>