Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2013-02-26 06:40:14 +0000
committerJayaprakash Arthanareeswaran2013-04-03 09:02:34 +0000
commit75a616dc824047e2e4d8735208bd1c771f6ebbd4 (patch)
treea2f8ddde69c04a5db3a21a8b28abc1a4d0825fd8 /org.eclipse.jdt.compiler.apt.tests
parenta65d1179f94174ec9e2a7bb6bca9550286be0385 (diff)
downloadeclipse.jdt.core-75a616dc824047e2e4d8735208bd1c771f6ebbd4.tar.gz
eclipse.jdt.core-75a616dc824047e2e4d8735208bd1c771f6ebbd4.tar.xz
eclipse.jdt.core-75a616dc824047e2e4d8735208bd1c771f6ebbd4.zip
Fix for bug 397850 - [CBI] use the correct group IDs for all artifacts
Diffstat (limited to 'org.eclipse.jdt.compiler.apt.tests')
-rw-r--r--org.eclipse.jdt.compiler.apt.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.apt.tests/pom.xml b/org.eclipse.jdt.compiler.apt.tests/pom.xml
index 7fc15f61ae..aef32aa49d 100644
--- a/org.eclipse.jdt.compiler.apt.tests/pom.xml
+++ b/org.eclipse.jdt.compiler.apt.tests/pom.xml
@@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>eclipse.jdt.core</artifactId>
- <groupId>eclipse.jdt.core</groupId>
+ <groupId>org.eclipse.jdt</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
<groupId>eclipse.jdt.core</groupId>

Back to the top