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 /tests/plugins/org.eclipse.tcf.debug.test/pom.xml
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 'tests/plugins/org.eclipse.tcf.debug.test/pom.xml')
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
index 6778c3296..7034effa5 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
+++ b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
@@ -6,9 +6,9 @@
<parent>
<groupId>org.eclipse.tcf</groupId>
- <artifactId>tcf-tests.maven-master</artifactId>
+ <artifactId>tcf-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
- <relativePath>../../pom-tests.xml</relativePath>
+ <relativePath>../../../pom.xml</relativePath>
</parent>
<version>1.2.0.qualifier</version>

Back to the top