Align artifactId naming to buck

Change-Id: I16507dbfa23b9a1f45b6c2df92bfc0284cb91715
diff --git a/protocols/snmp/api/pom.xml b/protocols/snmp/api/pom.xml
index 9a4d839..2544dc7 100644
--- a/protocols/snmp/api/pom.xml
+++ b/protocols/snmp/api/pom.xml
@@ -19,13 +19,13 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <artifactId>onos-snmp-protocol</artifactId>
+        <artifactId>onos-protocols-snmp</artifactId>
         <groupId>org.onosproject</groupId>
         <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>onos-snmp-api</artifactId>
+    <artifactId>onos-protocols-snmp-api</artifactId>
     <packaging>bundle</packaging>
 
     <dependencies>
diff --git a/protocols/snmp/ctl/pom.xml b/protocols/snmp/ctl/pom.xml
index 28788c2..0d84225 100644
--- a/protocols/snmp/ctl/pom.xml
+++ b/protocols/snmp/ctl/pom.xml
@@ -19,19 +19,19 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <artifactId>onos-snmp-protocol</artifactId>
+        <artifactId>onos-protocols-snmp</artifactId>
         <groupId>org.onosproject</groupId>
         <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>onos-snmp-ctl</artifactId>
+    <artifactId>onos-protocols-snmp-ctl</artifactId>
     <packaging>bundle</packaging>
 
     <dependencies>
         <dependency>
             <groupId>org.onosproject</groupId>
-            <artifactId>onos-snmp-api</artifactId>
+            <artifactId>onos-protocols-snmp-api</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
diff --git a/protocols/snmp/pom.xml b/protocols/snmp/pom.xml
index 65873f5..deece83 100644
--- a/protocols/snmp/pom.xml
+++ b/protocols/snmp/pom.xml
@@ -25,7 +25,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>onos-snmp-protocol</artifactId>
+    <artifactId>onos-protocols-snmp</artifactId>
     <packaging>pom</packaging>
     <modules>
         <module>api</module>