summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ui/META-INF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-09-06 01:25:36 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2018-09-06 09:36:00 +0200
commit2fae326aa92dc4c5f9a951517bd0248472780b9e (patch)
tree20e2ce9532160cbb13425ddbe7982bff8905f85a /org.eclipse.jgit.ui/META-INF
parent1f962f3c5327f3581172a8a5de6a638c0d54d4b7 (diff)
downloadjgit-2fae326aa92dc4c5f9a951517bd0248472780b9e.tar.gz
jgit-2fae326aa92dc4c5f9a951517bd0248472780b9e.zip
Prepare 5.2.0-SNAPSHOT builds
Change-Id: If8e8ca20e745901a5e0239c16cb4acc7934b4ec8 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 c8d6d4db15..889a62978f 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.1.0.qualifier
+Bundle-Version: 5.2.0.qualifier
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Export-Package: org.eclipse.jgit.awtui;version="5.1.0"
-Import-Package: org.eclipse.jgit.errors;version="[5.1.0,5.2.0)",
- org.eclipse.jgit.lib;version="[5.1.0,5.2.0)",
- org.eclipse.jgit.nls;version="[5.1.0,5.2.0)",
- org.eclipse.jgit.revplot;version="[5.1.0,5.2.0)",
- org.eclipse.jgit.revwalk;version="[5.1.0,5.2.0)",
- org.eclipse.jgit.transport;version="[5.1.0,5.2.0)",
- org.eclipse.jgit.util;version="[5.1.0,5.2.0)"
+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)"