aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core_test
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-05-03 13:14:31 +0200
committergjoranv <gv@oath.com>2018-05-03 15:31:42 +0200
commite239b38f254c8f63f0e14038ca61358f68396868 (patch)
tree0517f6c5cf6db4768edf5a5685e304b4eed78171 /jdisc_core_test
parent6d1161bcd027a807a1825a45f78cb3d0dee0334e (diff)
Rename test parent artifact for clarity.
Diffstat (limited to 'jdisc_core_test')
-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>