Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 397850 | Differences between
and this patch

Collapse All | Expand All

(-)a/org.eclipse.jdt.compiler.apt.tests/pom.xml (-1 / +1 lines)
Lines 16-22 Link Here
16
  <modelVersion>4.0.0</modelVersion>
16
  <modelVersion>4.0.0</modelVersion>
17
  <parent>
17
  <parent>
18
    <artifactId>eclipse.jdt.core</artifactId>
18
    <artifactId>eclipse.jdt.core</artifactId>
19
    <groupId>eclipse.jdt.core</groupId>
19
    <groupId>org.eclipse.jdt</groupId>
20
    <version>3.8.0-SNAPSHOT</version>
20
    <version>3.8.0-SNAPSHOT</version>
21
  </parent>
21
  </parent>
22
  <groupId>eclipse.jdt.core</groupId>
22
  <groupId>eclipse.jdt.core</groupId>
(-)a/pom.xml (-1 / +1 lines)
Lines 22-28 Link Here
22
    <relativePath>../eclipse-platform-parent</relativePath>
22
    <relativePath>../eclipse-platform-parent</relativePath>
23
  </parent>
23
  </parent>
24
24
25
  <groupId>eclipse.jdt.core</groupId>
25
  <groupId>org.eclipse.jdt</groupId>
26
  <artifactId>eclipse.jdt.core</artifactId>
26
  <artifactId>eclipse.jdt.core</artifactId>
27
  <version>3.8.0-SNAPSHOT</version>
27
  <version>3.8.0-SNAPSHOT</version>
28
  <packaging>pom</packaging>
28
  <packaging>pom</packaging>

Return to bug 397850