Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2013-02-25 08:35:20 +0000
committerJayaprakash Arthanareeswaran2013-04-03 09:02:24 +0000
commit130b131613dfcc0121ea1706df018911dcbf187b (patch)
treedeca75280d20fd5ef63802ff0f1cfd662ef91811 /org.eclipse.jdt.compiler.tool.tests/pom.xml
parent936558b26217565fed096b73e4267dd1cecc5d34 (diff)
downloadeclipse.jdt.core-130b131613dfcc0121ea1706df018911dcbf187b.tar.gz
eclipse.jdt.core-130b131613dfcc0121ea1706df018911dcbf187b.tar.xz
eclipse.jdt.core-130b131613dfcc0121ea1706df018911dcbf187b.zip
Fix for bug 397850 - [CBI] use the correct group IDs for all artifacts
Diffstat (limited to 'org.eclipse.jdt.compiler.tool.tests/pom.xml')
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.compiler.tool.tests/pom.xml b/org.eclipse.jdt.compiler.tool.tests/pom.xml
index 02354e9ae7..a29c2f78ad 100644
--- a/org.eclipse.jdt.compiler.tool.tests/pom.xml
+++ b/org.eclipse.jdt.compiler.tool.tests/pom.xml
@@ -16,10 +16,10 @@
<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>
+ <groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.compiler.tool.tests</artifactId>
<version>1.0.101-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

Back to the top