Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-11-08 16:00:40 +0000
committerUwe Stieber2013-11-08 16:00:40 +0000
commitaab56b9af1642a48ae3f3615b96da20b500a8417 (patch)
tree81c0bd4a85e15301d52c6221e8fcf5dc0a9af1ef /target_explorer
parent5e10d94ac37b76e538e9dc01f9e0132a332f7b37 (diff)
downloadorg.eclipse.tcf-aab56b9af1642a48ae3f3615b96da20b500a8417.tar.gz
org.eclipse.tcf-aab56b9af1642a48ae3f3615b96da20b500a8417.tar.xz
org.eclipse.tcf-aab56b9af1642a48ae3f3615b96da20b500a8417.zip
Target Explorer: Fix parent maven project group id
Diffstat (limited to 'target_explorer')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/pom-tests.xml2
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom-tests.xml b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom-tests.xml
index df846bbfe..816c61626 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom-tests.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom-tests.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse.tcf.te</groupId>
+ <groupId>org.eclipse.tcf</groupId>
<artifactId>tcf-tests.maven-master</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../../pom-tests.xml</relativePath>
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 d86f61dd7..3f3720fea 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse.tcf.te</groupId>
+ <groupId>org.eclipse.tcf</groupId>
<artifactId>tcf-tests.maven-master</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../../pom-tests.xml</relativePath>

Back to the top