Ooops. Fixing parent pom reference.
Change-Id: I8b2bc0dc10f486a484580c307c597a3519613e93
diff --git a/apps/test/election/pom.xml b/apps/test/election/pom.xml
index ddc98a8..f6027a0 100644
--- a/apps/test/election/pom.xml
+++ b/apps/test/election/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
- <artifactId>onos-app-samples</artifactId>
+ <artifactId>onos-apps-test</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/apps/test/intent-perf/pom.xml b/apps/test/intent-perf/pom.xml
index 6585a4b..f56ee46 100644
--- a/apps/test/intent-perf/pom.xml
+++ b/apps/test/intent-perf/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onosproject</groupId>
- <artifactId>onos-app-samples</artifactId>
+ <artifactId>onos-apps-test</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/apps/test/pom.xml b/apps/test/pom.xml
index c050c23..1d7ba6f 100644
--- a/apps/test/pom.xml
+++ b/apps/test/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onosproject</groupId>
- <artifactId>onos</artifactId>
+ <artifactId>onos-apps</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>