Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/apps/cpman/app/BUCK b/apps/cpman/app/BUCK
index c72ed9f..644ba2d 100644
--- a/apps/cpman/app/BUCK
+++ b/apps/cpman/app/BUCK
@@ -27,15 +27,15 @@
     deps = COMPILE_DEPS,
     test_deps = TEST_DEPS,
     web_context = '/onos/cpman',
-    api_title = 'Control Plane Manager App API',
+    api_title = 'Control Plane Manager API',
     api_version = '1.0',
-    api_description = 'REST API for Control Plane Manager App',
+    api_description = 'REST API for Control Plane Manager',
     api_package = 'org.onosproject.cpman.rest',
 )
 
 onos_app (
     app_name = 'org.onosproject.cpman',
-    title = 'Control Plane Manager application',
+    title = 'Control Plane Manager',
     category = 'Monitoring',
     url = 'http://onosproject.org',
     description = 'Control Plane Management application for monitoring the health of the ONOS cluster',