aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ui/META-INF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-12-03 02:32:49 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2018-12-03 02:32:49 +0100
commit38da21d6b027a1bd9d1626ef782b1c72d5391c00 (patch)
tree673957434424e4fa4b0106839e27afb3e8c44870 /org.eclipse.jgit.ui/META-INF
parent13afcf75fe7367bf22254d1341a14254efb3c02c (diff)
downloadjgit-38da21d6b027a1bd9d1626ef782b1c72d5391c00.tar.gz
jgit-38da21d6b027a1bd9d1626ef782b1c72d5391c00.zip
Prepare 5.3.0-SNAPSHOT builds
Change-Id: I8951c2cf650cc3e41d2baa0b330b94468cfed5c2 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ui/META-INF')
-rw-r--r--org.eclipse.jgit.ui/META-INF/MANIFEST.MF18
1 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
index 889a62978f..3ac2d9d77c 100644
--- a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
@@ -4,14 +4,14 @@ Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Automatic-Module-Name: org.eclipse.jgit.ui
Bundle-SymbolicName: org.eclipse.jgit.ui
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Export-Package: org.eclipse.jgit.awtui;version="5.2.0"
-Import-Package: org.eclipse.jgit.errors;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.lib;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.nls;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.revplot;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.revwalk;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.transport;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.util;version="[5.2.0,5.3.0)"
+Export-Package: org.eclipse.jgit.awtui;version="5.3.0"
+Import-Package: org.eclipse.jgit.errors;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.lib;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.nls;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.revplot;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.revwalk;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.transport;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.util;version="[5.3.0,5.4.0)"