Cleaning up application titles, descriptions and categories.
Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/apps/mappingmanagement/web/BUCK b/apps/mappingmanagement/web/BUCK
index 7744056..24eba23 100644
--- a/apps/mappingmanagement/web/BUCK
+++ b/apps/mappingmanagement/web/BUCK
@@ -16,8 +16,8 @@
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
web_context = '/onos/mappingmanagement',
- api_title = 'Mapping Management App API',
+ api_title = 'Mapping Management API',
api_version = '1.0',
- api_description = 'REST API for ONOS Mapping Management App',
+ api_description = 'REST API for ONOS Mapping Management',
api_package = 'org.onosproject.mapping.web.api',
)