Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-02-27 16:42:40 +0000
committerJayaprakash Arthanareeswaran2013-04-03 09:02:59 +0000
commit2d98dad40c50d91201de5ad99ff9654af9a86c50 (patch)
treeaccf4e4871228c98fc905dd6cbb5a0e4e7da3dfd /org.eclipse.jdt.compiler.tool.tests
parentf42886de91482c606b1d69bd79157cb3313719a5 (diff)
downloadeclipse.jdt.core-2d98dad40c50d91201de5ad99ff9654af9a86c50.tar.gz
eclipse.jdt.core-2d98dad40c50d91201de5ad99ff9654af9a86c50.tar.xz
eclipse.jdt.core-2d98dad40c50d91201de5ad99ff9654af9a86c50.zip
Bug 397850: [CBI] use the correct group IDs for all artifacts
Diffstat (limited to 'org.eclipse.jdt.compiler.tool.tests')
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.tool.tests/pom.xml b/org.eclipse.jdt.compiler.tool.tests/pom.xml
index 1279f0f10a..d8ca4f09dd 100644
--- a/org.eclipse.jdt.compiler.tool.tests/pom.xml
+++ b/org.eclipse.jdt.compiler.tool.tests/pom.xml
@@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>eclipse.jdt.core</artifactId>
- <groupId>org.eclipse.jdt</groupId>
+ <groupId>eclipse.jdt.core</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jdt</groupId>

Back to the top