Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2013-03-27 17:25:52 +0000
committerJayaprakash Arthanareeswaran2013-04-03 09:03:38 +0000
commitab4eeab7e2b3d90c507a74c96493ee6e4e2258d6 (patch)
tree3eccd8886d687d821e8644363b77b8570c4bf661 /org.eclipse.jdt.core.tests.compiler/pom.xml
parent2ea28b71481adeeaf9e7adba83fdf2894ac85ffd (diff)
downloadeclipse.jdt.core-ab4eeab7e2b3d90c507a74c96493ee6e4e2258d6.tar.gz
eclipse.jdt.core-ab4eeab7e2b3d90c507a74c96493ee6e4e2258d6.tar.xz
eclipse.jdt.core-ab4eeab7e2b3d90c507a74c96493ee6e4e2258d6.zip
Fix for bug 403958 - Update JDT core parent version
Diffstat (limited to 'org.eclipse.jdt.core.tests.compiler/pom.xml')
-rw-r--r--org.eclipse.jdt.core.tests.compiler/pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/pom.xml b/org.eclipse.jdt.core.tests.compiler/pom.xml
index 01c15c49f3..f48fc54601 100644
--- a/org.eclipse.jdt.core.tests.compiler/pom.xml
+++ b/org.eclipse.jdt.core.tests.compiler/pom.xml
@@ -9,14 +9,12 @@
Contributors:
Igor Fedorenko - initial implementation
-->
-
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>eclipse.jdt.core</artifactId>
<groupId>eclipse.jdt.core</groupId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core.tests.compiler</artifactId>

Back to the top