Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-02-25 17:13:43 +0000
committerDani Megert2013-02-25 17:13:43 +0000
commitb545b55b0efe41a65a7138a053297b472df8162a (patch)
treedba6ccf5bce2904dbff3bbc40292215fa26f060e /org.eclipse.ui.workbench.texteditor.tests
parent6b09575cf461ed923ebe4e2f90a030776e9439ae (diff)
downloadeclipse.platform.text-b545b55b0efe41a65a7138a053297b472df8162a.tar.gz
eclipse.platform.text-b545b55b0efe41a65a7138a053297b472df8162a.tar.xz
eclipse.platform.text-b545b55b0efe41a65a7138a053297b472df8162a.zip
Fixed bug 397850: [CBI] use the correct group IDs for all artifacts
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor.tests')
-rw-r--r--org.eclipse.ui.workbench.texteditor.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.workbench.texteditor.tests/pom.xml b/org.eclipse.ui.workbench.texteditor.tests/pom.xml
index 948d62f51e7..d2e2ef712c2 100644
--- a/org.eclipse.ui.workbench.texteditor.tests/pom.xml
+++ b/org.eclipse.ui.workbench.texteditor.tests/pom.xml
@@ -18,7 +18,7 @@
<groupId>eclipse.platform.text</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.text</groupId>
+ <groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.workbench.texteditor.tests</artifactId>
<version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

Back to the top