Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
index 42947eeae..49faba4b7 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
@@ -5,10 +5,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse.tcf</groupId>
- <artifactId>tcf-tests-parent</artifactId>
+ <groupId>org.eclipse.tcf.te</groupId>
+ <artifactId>te-tests.maven-master</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath>../../../pom-tests.xml</relativePath>
+ <relativePath>../../pom-tests.xml</relativePath>
</parent>
<version>1.0.0.qualifier</version>

Back to the top