Add titles and categories for onos sample applications

- Bump up onos-maven-plugin to 1.9

Change-Id: Ida0a576b1b33f4e9b3437e2ff6a0f7c79976065d
diff --git a/ecord/co/pom.xml b/ecord/co/pom.xml
index b1906f3..0d251ac 100644
--- a/ecord/co/pom.xml
+++ b/ecord/co/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  ~ Copyright 2015 Open Networking Laboratory
+  ~ Copyright 2015-2016 Open Networking Laboratory
   ~
   ~ Licensed under the Apache License, Version 2.0 (the "License");
   ~ you may not use this file except in compliance with the License.
@@ -29,14 +29,16 @@
     <packaging>bundle</packaging>
 
     <description>Enterprise CORD for Central Office</description>
-    <url>http://onosproject.org</url>
 
     <properties>
         <onos.version>1.5.0-SNAPSHOT</onos.version>
         <onos.app.name>org.onosproject.ecord.co</onos.app.name>
+        <onos.app.origin>ON.Lab</onos.app.origin>
+        <onos.app.title>Enterprise CORD App</onos.app.title>
+        <onos.app.category>Utility</onos.app.category>
+        <onos.app.url>http://onosproject.org</onos.app.url>
         <!-- TODO App dependency not working? -->
         <onos.app.requires>org.onosproject.incubator.rpc,org.onosproject.incubator.rpc.grpc</onos.app.requires>
-        <onos.app.origin>ON.Lab</onos.app.origin>
     </properties>
 
     <dependencies>
@@ -156,7 +158,7 @@
             <plugin>
                 <groupId>org.onosproject</groupId>
                 <artifactId>onos-maven-plugin</artifactId>
-                <version>1.5</version>
+                <version>1.9</version>
                 <executions>
                     <execution>
                         <id>cfg</id>