Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2014-01-27 17:02:59 +0000
committerUwe Stieber2014-01-27 17:02:59 +0000
commit33e38eea36258b09781a3b74bebe8cdacb21e3b0 (patch)
tree6035b062bf72c39feaea3e194b42448079cc8678 /target_explorer/plugins/org.eclipse.tcf.te.tests
parented74c7b3158ecc6c2bb761369135c0bd7751a3b4 (diff)
downloadorg.eclipse.tcf-33e38eea36258b09781a3b74bebe8cdacb21e3b0.tar.gz
org.eclipse.tcf-33e38eea36258b09781a3b74bebe8cdacb21e3b0.tar.xz
org.eclipse.tcf-33e38eea36258b09781a3b74bebe8cdacb21e3b0.zip
Tests: Fix parent maven project file references
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tests')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml12
1 files changed, 6 insertions, 6 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 60618e3d4..5034d32bf 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
@@ -4,12 +4,12 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.tcf.te</groupId>
- <artifactId>te-tests.maven-master</artifactId>
- <version>1.2.0-SNAPSHOT</version>
- <relativePath>../../pom-tests.xml</relativePath>
- </parent>
+ <parent>
+ <groupId>org.eclipse.tcf</groupId>
+ <artifactId>tcf-parent</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
<version>1.2.0.qualifier</version>
<artifactId>org.eclipse.tcf.te.tests</artifactId>

Back to the top