You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mu...@apache.org on 2007/11/05 21:18:40 UTC

svn commit: r592142 - /struts/sandbox/trunk/struts2-osgi-plugin/pom.xml

Author: musachy
Date: Mon Nov  5 12:18:39 2007
New Revision: 592142

URL: http://svn.apache.org/viewvc?rev=592142&view=rev
Log:
Updated Felix dep to 1.1.0-SNAPSHOT as the URL loading problems were fixed on Felix trunk

Modified:
    struts/sandbox/trunk/struts2-osgi-plugin/pom.xml

Modified: struts/sandbox/trunk/struts2-osgi-plugin/pom.xml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-osgi-plugin/pom.xml?rev=592142&r1=592141&r2=592142&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2-osgi-plugin/pom.xml (original)
+++ struts/sandbox/trunk/struts2-osgi-plugin/pom.xml Mon Nov  5 12:18:39 2007
@@ -23,7 +23,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.main</artifactId>
-            <version>0.9.0-incubator-SNAPSHOT</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         
         <dependency>