Update service description to version 1.2
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1403225 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/metatype/src/main/java/org/apache/felix/metatype/internal/Activator.java b/metatype/src/main/java/org/apache/felix/metatype/internal/Activator.java
index 9dc8928..3e424c3 100644
--- a/metatype/src/main/java/org/apache/felix/metatype/internal/Activator.java
+++ b/metatype/src/main/java/org/apache/felix/metatype/internal/Activator.java
@@ -96,7 +96,7 @@
// 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 );