change the reactive routing app name
There is already a onos-app-routing. It is confusing if this APP name
is org.onosproject.routing. So the full name:
org.onosproject.reactive.routing is better.
Change-Id: Ice20f8d452007d5ebfdfd12771f87a967a34b8ea
diff --git a/apps/reactive-routing/pom.xml b/apps/reactive-routing/pom.xml
index 7d2bced..94243ce 100644
--- a/apps/reactive-routing/pom.xml
+++ b/apps/reactive-routing/pom.xml
@@ -32,7 +32,7 @@
<description>SDN-IP reactive routing application</description>
<properties>
- <onos.app.name>org.onosproject.routing</onos.app.name>
+ <onos.app.name>org.onosproject.reactive.routing</onos.app.name>
</properties>
<dependencies>