Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/runtime/org.eclipse.fx.core.di/META-INF/MANIFEST.MF')
-rw-r--r--bundles/runtime/org.eclipse.fx.core.di/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/runtime/org.eclipse.fx.core.di/META-INF/MANIFEST.MF b/bundles/runtime/org.eclipse.fx.core.di/META-INF/MANIFEST.MF
index 7605c504b..bd2552029 100644
--- a/bundles/runtime/org.eclipse.fx.core.di/META-INF/MANIFEST.MF
+++ b/bundles/runtime/org.eclipse.fx.core.di/META-INF/MANIFEST.MF
@@ -2,12 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Di
Bundle-SymbolicName: org.eclipse.fx.core.di
-Bundle-Version: 2.4.0.qualifier
+Bundle-Version: 3.0.0.qualifier
Import-Package: javax.annotation;version="1.2.0";resolution:=optional,
javax.inject;version="1.0.0",
- org.eclipse.fx.core;version="2.4.0",
- org.eclipse.fx.core.adapter;version="2.4.0"
+ org.eclipse.fx.core;version="3.0.0",
+ org.eclipse.fx.core.adapter;version="3.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional
-Export-Package: org.eclipse.fx.core.di;version="2.4.0"
+Export-Package: org.eclipse.fx.core.di;version="3.0.0"
Bundle-Vendor: Eclipse.org

Back to the top