aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.console/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2015-01-26 23:33:14 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2015-01-27 08:48:26 +0100
commit94ebdbfada07e4ab7ca63a3291095f3217e1ff89 (patch)
treefc253dbbe87c48330f3bedcc995396941c29a687 /org.eclipse.jgit.console/META-INF/MANIFEST.MF
parent66cbf9255cef5a6c7f3c008fa9cb36c2bd8066a9 (diff)
downloadjgit-94ebdbfada07e4ab7ca63a3291095f3217e1ff89.tar.gz
jgit-94ebdbfada07e4ab7ca63a3291095f3217e1ff89.zip
Prepare 4.0.0-SNAPSHOT builds
Change-Id: I414ba8ccc82866d3107ba7083a567ea70c879bdf Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.console/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.console/META-INF/MANIFEST.MF12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jgit.console/META-INF/MANIFEST.MF b/org.eclipse.jgit.console/META-INF/MANIFEST.MF
index 0ebd5c4f7e..625c1e8448 100644
--- a/org.eclipse.jgit.console/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.console/META-INF/MANIFEST.MF
@@ -3,11 +3,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.console
-Bundle-Version: 3.7.0.qualifier
+Bundle-Version: 4.0.0.qualifier
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Export-Package: org.eclipse.jgit.console;version="3.7.0"
-Import-Package: org.eclipse.jgit.errors;version="[3.7.0,3.8.0)",
- org.eclipse.jgit.nls;version="[3.7.0,3.8.0)",
- org.eclipse.jgit.transport;version="[3.7.0,3.8.0)",
- org.eclipse.jgit.util;version="[3.7.0,3.8.0)"
+Export-Package: org.eclipse.jgit.console;version="4.0.0"
+Import-Package: org.eclipse.jgit.errors;version="[4.0.0,4.1.0)",
+ org.eclipse.jgit.nls;version="[4.0.0,4.1.0)",
+ org.eclipse.jgit.transport;version="[4.0.0,4.1.0)",
+ org.eclipse.jgit.util;version="[4.0.0,4.1.0)"