Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2014-03-11 17:58:00 +0000
committerJayaprakash Arthanareeswaran2014-03-11 17:58:00 +0000
commita3a00115caa9dfd2b9b6d5b9fcf61ba0f8479cd9 (patch)
treeb35f97dc65ef21460b78c42e4505b47f5bcfeeb7 /org.eclipse.jdt.compiler.tool
parent2f9705b6b7e22393dcc7211f224edfb1137b06a5 (diff)
downloadeclipse.jdt.core-a3a00115caa9dfd2b9b6d5b9fcf61ba0f8479cd9.tar.gz
eclipse.jdt.core-a3a00115caa9dfd2b9b6d5b9fcf61ba0f8479cd9.tar.xz
eclipse.jdt.core-a3a00115caa9dfd2b9b6d5b9fcf61ba0f8479cd9.zip
Fix for bug 428468 - Updating bundle version for Java 8 on Luna
Diffstat (limited to 'org.eclipse.jdt.compiler.tool')
-rw-r--r--org.eclipse.jdt.compiler.tool/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jdt.compiler.tool/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jdt.compiler.tool/META-INF/MANIFEST.MF b/org.eclipse.jdt.compiler.tool/META-INF/MANIFEST.MF
index bdff1dbc57..d54ab21b17 100644
--- a/org.eclipse.jdt.compiler.tool/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.compiler.tool/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName
Bundle-SymbolicName: org.eclipse.jdt.compiler.tool;singleton:=true
-Bundle-Version: 1.0.200.qualifier
+Bundle-Version: 1.0.300.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: compiler_tool_fragment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/org.eclipse.jdt.compiler.tool/pom.xml b/org.eclipse.jdt.compiler.tool/pom.xml
index 73c9a70c07..1beff96c68 100644
--- a/org.eclipse.jdt.compiler.tool/pom.xml
+++ b/org.eclipse.jdt.compiler.tool/pom.xml
@@ -14,11 +14,11 @@
<parent>
<artifactId>eclipse.jdt.core</artifactId>
<groupId>eclipse.jdt.core</groupId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.compiler.tool</artifactId>
- <version>1.0.200-SNAPSHOT</version>
+ <version>1.0.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top