Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.apt.ui/pom.xml')
-rw-r--r--org.eclipse.jdt.apt.ui/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.apt.ui/pom.xml b/org.eclipse.jdt.apt.ui/pom.xml
index 236c0f7162..c335ed16b6 100644
--- a/org.eclipse.jdt.apt.ui/pom.xml
+++ b/org.eclipse.jdt.apt.ui/pom.xml
@@ -15,10 +15,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.apt.ui</artifactId>
<version>3.3.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top