Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2013-02-26 02:44:57 +0000
committerJayaprakash Arthanareeswaran2013-02-26 21:05:04 +0000
commitf804ee799e56da4f019c9416edc14211798bd8ed (patch)
tree43813e0847e351e632569854024fd253e2a69f8e
parentb5aa8b6752a1d99d72d3c2ebe98ca2a8ed7c7b58 (diff)
downloadeclipse.jdt.core.binaries-f804ee799e56da4f019c9416edc14211798bd8ed.tar.gz
eclipse.jdt.core.binaries-f804ee799e56da4f019c9416edc14211798bd8ed.tar.xz
eclipse.jdt.core.binaries-f804ee799e56da4f019c9416edc14211798bd8ed.zip
Bug 397850 - Fixing pom files
-rw-r--r--org.eclipse.jdt.core.tests.binaries/pom.xml3
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.jdt.core.tests.binaries/pom.xml b/org.eclipse.jdt.core.tests.binaries/pom.xml
index 9a982aa..ecdf18b 100644
--- a/org.eclipse.jdt.core.tests.binaries/pom.xml
+++ b/org.eclipse.jdt.core.tests.binaries/pom.xml
@@ -14,10 +14,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>eclipse-platform-parent</artifactId>
+ <artifactId>eclipse.jdt.core.binaries</artifactId>
<groupId>org.eclipse.jdt</groupId>
<version>3.8.0-SNAPSHOT</version>
- <relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core.tests.binaries</artifactId>
diff --git a/pom.xml b/pom.xml
index 7b0440a..b46ce53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
- <groupId>eclipse.jdt.core.binaries</groupId>
+ <groupId>org.eclipse.jdt</groupId>
<artifactId>eclipse.jdt.core.binaries</artifactId>
<version>3.8.0-SNAPSHOT</version>
<packaging>pom</packaging>

Back to the top