Add titles and categories for onos sample applications

- Bump up onos-maven-plugin to 1.9

Change-Id: Ida0a576b1b33f4e9b3437e2ff6a0f7c79976065d
diff --git a/database-perf/pom.xml b/database-perf/pom.xml
index 0d8c4a0..04d1ec4 100644
--- a/database-perf/pom.xml
+++ b/database-perf/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.
@@ -33,6 +33,10 @@
 
     <properties>
         <onos.app.name>org.onosproject.dbperf</onos.app.name>
+        <onos.app.origin>ON.Lab</onos.app.origin>
+        <onos.app.title>Database Performance Test App</onos.app.title>
+        <onos.app.category>Test</onos.app.category>
+        <onos.app.url>http://onosproject.org</onos.app.url>
     </properties>
 
 </project>