commit | a212071960967fc87766e1cdfc76a1b2cd92909f | [log] [tgz] |
---|---|---|
author | Simon Hunt <simon@onlab.us> | Fri Mar 04 21:18:23 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Mon Mar 07 19:30:59 2016 +0000 |
tree | bf31d900814fb4062917fbbdc4e07b5a4a00fa1c | |
parent | 02295526b2972fb22e1339e33e9c9cb35463e959 [diff] [blame] |
Apps-- added onos.app.title property to applications. Change-Id: Id845390ee0bee5b871c0ce9f47b2ce98fbcf26b9
diff --git a/pom.xml b/pom.xml index c6d550d..90759d8 100644 --- a/pom.xml +++ b/pom.xml
@@ -33,6 +33,7 @@ <properties> <onos.app.name>org.onosproject.igmp</onos.app.name> + <onos.app.title>IGMP App</onos.app.title> <onos.app.category>default</onos.app.category> <onos.app.url>http://onosproject.org</onos.app.url> <onos.app.readme>IGMP implementation.</onos.app.readme>