Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-06-13 00:59:49 +0000
committerMatthias Sohn2019-06-13 01:00:04 +0000
commit538ad318ab1a88613817f1a2c8816e4639b78c25 (patch)
treeb6f5b67147dd1947df99281bab31e5a598c6efd6 /org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
parent695911341da9ce647ac29e825e56f55c62440053 (diff)
parent88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e (diff)
downloadegit-github-538ad318ab1a88613817f1a2c8816e4639b78c25.tar.gz
egit-github-538ad318ab1a88613817f1a2c8816e4639b78c25.tar.xz
egit-github-538ad318ab1a88613817f1a2c8816e4639b78c25.zip
Merge branch 'stable-5.4'
* stable-5.4: Prepare 5.4.1-SNAPSHOT builds EGit Mylyn Github Connector v5.4.0.201906121030-r Prepare 5.4.0-SNAPSHOT builds EGit Mylyn Github Connector v5.4.0.201905221418-m3 Prepare 5.4.0-SNAPSHOT builds EGit Mylyn Github Connector v5.4.0.201905081430-m2 Change-Id: I81de8e7f1c662eff06233513ece5f5b9c69f3777 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 6546bd7d..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.qualifier
+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