Fix parent.relativePath in protocol pom.xml
Change-Id: Iaa3a31a4eb9043667f1e156cc4478bb37cf1ad8c
diff --git a/protocols/netconf/pom.xml b/protocols/netconf/pom.xml
index 0d169f7..72336db 100644
--- a/protocols/netconf/pom.xml
+++ b/protocols/netconf/pom.xml
@@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onosproject</groupId>
- <artifactId>onos</artifactId>
+ <artifactId>onos-protocols</artifactId>
<version>1.4.0-SNAPSHOT</version>
</parent>
diff --git a/protocols/openflow/pom.xml b/protocols/openflow/pom.xml
index 3672e46..5a136a1 100644
--- a/protocols/openflow/pom.xml
+++ b/protocols/openflow/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onosproject</groupId>
- <artifactId>onos</artifactId>
+ <artifactId>onos-protocols</artifactId>
<version>1.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/protocols/pcep/pom.xml b/protocols/pcep/pom.xml
index f0b9f8c..c8e4222 100755
--- a/protocols/pcep/pom.xml
+++ b/protocols/pcep/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onosproject</groupId>
- <artifactId>onos</artifactId>
+ <artifactId>onos-protocols</artifactId>
<version>1.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>