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/29 11:15:46 UTC

svn commit: r1403225 - /felix/trunk/metatype/src/main/java/org/apache/felix/metatype/internal/Activator.java

Author: fmeschbe
Date: Mon Oct 29 10:15:46 2012
New Revision: 1403225

URL: http://svn.apache.org/viewvc?rev=1403225&view=rev
Log:
Update service description to version 1.2

Modified:
    felix/trunk/metatype/src/main/java/org/apache/felix/metatype/internal/Activator.java

Modified: felix/trunk/metatype/src/main/java/org/apache/felix/metatype/internal/Activator.java
URL: http://svn.apache.org/viewvc/felix/trunk/metatype/src/main/java/org/apache/felix/metatype/internal/Activator.java?rev=1403225&r1=1403224&r2=1403225&view=diff
==============================================================================
--- felix/trunk/metatype/src/main/java/org/apache/felix/metatype/internal/Activator.java (original)
+++ felix/trunk/metatype/src/main/java/org/apache/felix/metatype/internal/Activator.java Mon Oct 29 10:15:46 2012
@@ -96,7 +96,7 @@ public class Activator implements Bundle
         // register the MetaTypeService now, that we are ready
         Dictionary props = new Hashtable();
         props.put( Constants.SERVICE_PID, "org.apache.felix.metatype.MetaTypeService" );
-        props.put( Constants.SERVICE_DESCRIPTION, "MetaTypeService Specification 1.1 Implementation" );
+        props.put( Constants.SERVICE_DESCRIPTION, "MetaTypeService Specification 1.2 Implementation" );
         props.put( Constants.SERVICE_VENDOR, "Apache Software Foundation" );
         MetaTypeService metaTypeService = new MetaTypeServiceImpl( context );
         context.registerService( MetaTypeService.class.getName(), metaTypeService, props );