Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.oomph.setup.git/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.oomph.setup.git/META-INF/MANIFEST.MF10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/org.eclipse.oomph.setup.git/META-INF/MANIFEST.MF b/plugins/org.eclipse.oomph.setup.git/META-INF/MANIFEST.MF
index e6cd69b9f..a0ff1bdc1 100644
--- a/plugins/org.eclipse.oomph.setup.git/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.oomph.setup.git/META-INF/MANIFEST.MF
@@ -2,18 +2,18 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.oomph.setup.git;singleton:=true
-Bundle-Version: 1.9.0.qualifier
+Bundle-Version: 1.10.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.oomph.setup.git;version="1.9.0";x-internal:=true,
- org.eclipse.oomph.setup.git.impl;version="1.9.0";x-internal:=true,
- org.eclipse.oomph.setup.git.util;version="1.9.0";x-internal:=true
+Export-Package: org.eclipse.oomph.setup.git;version="1.10.0";x-internal:=true,
+ org.eclipse.oomph.setup.git.impl;version="1.10.0";x-internal:=true,
+ org.eclipse.oomph.setup.git.util;version="1.10.0";x-internal:=true
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
org.eclipse.emf.ecore;bundle-version="[2.10.0,3.0.0)";visibility:=reexport,
- org.eclipse.oomph.setup;bundle-version="[1.9.0,2.0.0)";visibility:=reexport,
+ org.eclipse.oomph.setup;bundle-version="[1.10.0,2.0.0)";visibility:=reexport,
org.eclipse.egit.core;bundle-version="[2.0.0,6.0.0)",
org.eclipse.jgit;bundle-version="[2.0.0,6.0.0)"
Bundle-ActivationPolicy: lazy

Back to the top