You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2012/04/13 12:00:57 UTC

svn commit: r1325696 - /karaf/branches/karaf-2.3.x/pom.xml

Author: cschneider
Date: Fri Apr 13 10:00:56 2012
New Revision: 1325696

URL: http://svn.apache.org/viewvc?rev=1325696&view=rev
Log:
KARAF-1360 Downgrading felix fileinstall to fix config admin problem

Modified:
    karaf/branches/karaf-2.3.x/pom.xml

Modified: karaf/branches/karaf-2.3.x/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/pom.xml?rev=1325696&r1=1325695&r2=1325696&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/pom.xml (original)
+++ karaf/branches/karaf-2.3.x/pom.xml Fri Apr 13 10:00:56 2012
@@ -121,7 +121,7 @@
         <equinox.version>3.7.1.R37x_v20110808-1106</equinox.version>
         <felix.bundlerepository.version>1.6.4</felix.bundlerepository.version>
         <felix.configadmin.version>1.2.8</felix.configadmin.version>
-        <felix.fileinstall.version>3.2.0</felix.fileinstall.version>
+        <felix.fileinstall.version>3.1.10</felix.fileinstall.version>
         <felix.framework.version>4.0.2</felix.framework.version>
         <felix.gogo.version>0.10.0</felix.gogo.version>
         <felix.plugin.version>2.3.7</felix.plugin.version>