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.mylyn.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.mylyn.github.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF24
1 files changed, 12 insertions, 12 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index a5953de7..75b2196a 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -4,20 +4,20 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Automatic-Module-Name: org.eclipse.mylyn.github.core
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
-Bundle-Version: 5.4.0.201906121030-r
+Bundle-Version: 5.4.1.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Export-Package: org.eclipse.mylyn.internal.github.core;version="5.4.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.gist;version="5.4.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.issue;version="5.4.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.pr;version="5.4.0";x-friends:="org.eclipse.mylyn.github.ui"
+Export-Package: org.eclipse.mylyn.internal.github.core;version="5.4.1";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.gist;version="5.4.1";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.issue;version="5.4.1";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.pr;version="5.4.1";x-friends:="org.eclipse.mylyn.github.ui"
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.12.0,4.0.0)",
org.eclipse.mylyn.tasks.core;bundle-version="[3.20.0,4.0.0)",
org.eclipse.mylyn.commons.net;bundle-version="[3.20.0,4.0.0)"
-Import-Package: org.eclipse.egit.core;version="[5.4.0,5.5.0)",
- org.eclipse.egit.github.core;version="[5.4.0,5.5.0)",
- org.eclipse.egit.github.core.client;version="[5.4.0,5.5.0)",
- org.eclipse.egit.github.core.service;version="[5.4.0,5.5.0)",
- org.eclipse.egit.github.core.util;version="[5.4.0,5.5.0)",
- org.eclipse.jgit.lib;version="[5.4.0,5.5.0)",
- org.eclipse.jgit.transport;version="[5.4.0,5.5.0)"
+Import-Package: org.eclipse.egit.core;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.github.core;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.github.core.client;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.github.core.service;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.github.core.util;version="[5.4.1,5.5.0)",
+ org.eclipse.jgit.lib;version="[5.4.1,5.5.0)",
+ org.eclipse.jgit.transport;version="[5.4.1,5.5.0)"

Back to the top