Parent pom name was wrong

Change-Id: I974a1ea536fc702ee51d76cd3ab5d07587dfc956
diff --git a/protocols/p4runtime/pom.xml b/protocols/p4runtime/pom.xml
index a3ad27e..e1afc1f 100644
--- a/protocols/p4runtime/pom.xml
+++ b/protocols/p4runtime/pom.xml
@@ -21,7 +21,7 @@
 
     <parent>
         <groupId>org.onosproject</groupId>
-        <artifactId>onos</artifactId>
+        <artifactId>onos-protocols</artifactId>
         <version>1.12.0-SNAPSHOT</version>
     </parent>