Fix artifactId

- bgp, bgpcep, general provider
- onos-app- => onos-apps-

Change-Id: I49fd905a0765d21f7cc329a7f7a5593c78dd3d28
diff --git a/providers/bgp/pom.xml b/providers/bgp/pom.xml
index daa03ce..8e441e7 100644
--- a/providers/bgp/pom.xml
+++ b/providers/bgp/pom.xml
@@ -20,7 +20,7 @@
     <artifactId>onos-providers</artifactId>
     <version>1.14.0-SNAPSHOT</version>
   </parent>
-  <artifactId>onos-bgp-providers</artifactId>
+  <artifactId>onos-providers-bgp</artifactId>
   <packaging>pom</packaging>
   <description>BGP-LS protocol providers root</description>
   <modules>
@@ -34,11 +34,11 @@
 
         <dependency>
             <groupId>org.onosproject</groupId>
-            <artifactId>onos-bgp-api</artifactId>
+            <artifactId>onos-protocols-bgp-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.onosproject</groupId>
-            <artifactId>onos-bgpio</artifactId>
+            <artifactId>onos-protocols-bgp-bgpio</artifactId>
         </dependency>
         <dependency>
             <groupId>org.onosproject</groupId>