Add titles and categories for onos sample applications

- Bump up onos-maven-plugin to 1.9

Change-Id: Ida0a576b1b33f4e9b3437e2ff6a0f7c79976065d
diff --git a/flowtest/pom.xml b/flowtest/pom.xml
index d570783..704aec7 100644
--- a/flowtest/pom.xml
+++ b/flowtest/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.flowtest</onos.app.name>
+        <onos.app.origin>ON.Lab</onos.app.origin>
+        <onos.app.title>Flow Throughput Test App</onos.app.title>
+        <onos.app.category>Test</onos.app.category>
+        <onos.app.url>http://onosproject.org</onos.app.url>
     </properties>
 
     <dependencies>
@@ -50,7 +54,4 @@
            <artifactId>org.osgi.core</artifactId>
         </dependency>
     </dependencies>
-
-    
-
 </project>