aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jdisc_core_test/integration_test/pom.xml2
-rw-r--r--jdisc_core_test/pom.xml2
-rw-r--r--jdisc_core_test/test_bundles/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/jdisc_core_test/integration_test/pom.xml b/jdisc_core_test/integration_test/pom.xml
index d6402a4eb02..d68d6e2966b 100644
--- a/jdisc_core_test/integration_test/pom.xml
+++ b/jdisc_core_test/integration_test/pom.xml
@@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.vespa.jdisc_core</groupId>
- <artifactId>parent</artifactId>
+ <artifactId>integration-test-parent</artifactId>
<version>6-SNAPSHOT</version>
</parent>
<artifactId>integration_test</artifactId>
diff --git a/jdisc_core_test/pom.xml b/jdisc_core_test/pom.xml
index a1a96463ffc..a0c2780570b 100644
--- a/jdisc_core_test/pom.xml
+++ b/jdisc_core_test/pom.xml
@@ -12,7 +12,7 @@
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>com.yahoo.vespa.jdisc_core</groupId>
- <artifactId>parent</artifactId>
+ <artifactId>integration-test-parent</artifactId>
<version>6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
diff --git a/jdisc_core_test/test_bundles/pom.xml b/jdisc_core_test/test_bundles/pom.xml
index 660b3a1727d..a5887cacf3c 100644
--- a/jdisc_core_test/test_bundles/pom.xml
+++ b/jdisc_core_test/test_bundles/pom.xml
@@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.vespa.jdisc_core</groupId>
- <artifactId>parent</artifactId>
+ <artifactId>integration-test-parent</artifactId>
<version>6-SNAPSHOT</version>
</parent>
<artifactId>test_bundles</artifactId>