Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-06-05 15:44:58 +0000
committerJay Arthanareeswaran2018-06-08 04:55:50 +0000
commit866e1312caa67a75fa238dc4922694dfc26a1129 (patch)
treea446ba8d8d28631971d823d54367e2cb529d049a /org.eclipse.jdt.apt.pluggable.core/META-INF
parent5dd44d4c5e3b0fefe6cb1e74dd7d304e8cc29c78 (diff)
downloadeclipse.jdt.core-866e1312caa67a75fa238dc4922694dfc26a1129.tar.gz
eclipse.jdt.core-866e1312caa67a75fa238dc4922694dfc26a1129.tar.xz
eclipse.jdt.core-866e1312caa67a75fa238dc4922694dfc26a1129.zip
Version 4.9 update as prep for EPL 2.0 change
This version increase is necessary to update the about.html and later the source code to EPL 2.0 Change-Id: I9604ad59ceb0b4979358f2bc167df2492459d78f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.jdt.apt.pluggable.core/META-INF')
-rw-r--r--org.eclipse.jdt.apt.pluggable.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.apt.pluggable.core/META-INF/MANIFEST.MF b/org.eclipse.jdt.apt.pluggable.core/META-INF/MANIFEST.MF
index 956f61e8e6..d8b7c5bc50 100644
--- a/org.eclipse.jdt.apt.pluggable.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.apt.pluggable.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.apt.pluggable.core;singleton:=true
-Bundle-Version: 1.2.100.qualifier
+Bundle-Version: 1.2.200.qualifier
Bundle-Activator: org.eclipse.jdt.internal.apt.pluggable.core.Apt6Plugin
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime,

Back to the top