Fix route-service

align artifact name to buck build

Change-Id: Ia0a60e647b30285f20d5b40332c32705203c9b7c
diff --git a/apps/route-service/api/pom.xml b/apps/route-service/api/pom.xml
index f136855..6d048da 100644
--- a/apps/route-service/api/pom.xml
+++ b/apps/route-service/api/pom.xml
@@ -20,12 +20,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <artifactId>onos-app-route-service</artifactId>
+        <artifactId>onos-apps-route-service</artifactId>
         <groupId>org.onosproject</groupId>
         <version>1.11.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>onos-app-route-service-api</artifactId>
+    <artifactId>onos-apps-route-service-api</artifactId>
     <packaging>bundle</packaging>
 
     <url>http://onosproject.org</url>