Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-06-13 00:59:09 +0000
committerMatthias Sohn2019-06-13 00:59:09 +0000
commit88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e (patch)
treeb6f5b67147dd1947df99281bab31e5a598c6efd6 /org.eclipse.egit.github.core/META-INF/MANIFEST.MF
parent93a9d5b2ff85c79e6eb627eff826f8d3a00d5e93 (diff)
downloadegit-github-88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e.tar.gz
egit-github-88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e.tar.xz
egit-github-88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e.zip
Prepare 5.4.1-SNAPSHOT buildsstable-5.4
Change-Id: I4a07821be768c221ad7a72f7c04b7e5cc059c0b6 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.github.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.github.core/META-INF/MANIFEST.MF12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
index 1d487da2..2e00fb15 100644
--- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
@@ -4,15 +4,15 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Automatic-Module-Name: org.eclipse.egit.github.core
Bundle-SymbolicName: org.eclipse.egit.github.core
-Bundle-Version: 5.4.0.201906121030-r
+Bundle-Version: 5.4.1.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.gson;version="[1.6.0,3.0.0)",
com.google.gson.annotations;version="[1.6.0,3.0.0)",
com.google.gson.reflect;version="[1.6.0,3.0.0)",
com.google.gson.stream;version="[1.6.0,3.0.0)"
-Export-Package: org.eclipse.egit.github.core;version="5.4.0",
- org.eclipse.egit.github.core.client;version="5.4.0",
- org.eclipse.egit.github.core.event;version="5.4.0",
- org.eclipse.egit.github.core.service;version="5.4.0",
- org.eclipse.egit.github.core.util;version="5.4.0"
+Export-Package: org.eclipse.egit.github.core;version="5.4.1",
+ org.eclipse.egit.github.core.client;version="5.4.1",
+ org.eclipse.egit.github.core.event;version="5.4.1",
+ org.eclipse.egit.github.core.service;version="5.4.1",
+ org.eclipse.egit.github.core.util;version="5.4.1"

Back to the top