You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2012/10/24 22:25:47 UTC

svn commit: r1401861 - /felix/trunk/metatype/pom.xml

Author: fmeschbe
Date: Wed Oct 24 20:25:46 2012
New Revision: 1401861

URL: http://svn.apache.org/viewvc?rev=1401861&view=rev
Log:
FELIX-3184 Add support for MetaTypeProvider services:
 -- Update dependency to Core R 4.1 because we have to 
     get the BundleContext from the Bundle

Modified:
    felix/trunk/metatype/pom.xml

Modified: felix/trunk/metatype/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/metatype/pom.xml?rev=1401861&r1=1401860&r2=1401861&view=diff
==============================================================================
--- felix/trunk/metatype/pom.xml (original)
+++ felix/trunk/metatype/pom.xml Wed Oct 24 20:25:46 2012
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <version>4.0.0</version>
+            <version>4.1.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>