Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-12-31 03:06:40 +0000
committerMatthias Sohn2017-12-31 17:38:04 +0000
commit618dfdd09a2b0f686d4316d30ea3693d6a3f01ea (patch)
tree654104512b7fd227493e5d75e45044a9ddad74d9 /org.eclipse.mylyn.github.core/META-INF
parent286868d72cfb51250b2eafc4aba1e8646a975ed5 (diff)
downloadegit-github-618dfdd09a2b0f686d4316d30ea3693d6a3f01ea.tar.gz
egit-github-618dfdd09a2b0f686d4316d30ea3693d6a3f01ea.tar.xz
egit-github-618dfdd09a2b0f686d4316d30ea3693d6a3f01ea.zip
Prepare 4.11.0-SNAPSHOT builds
Change-Id: I015129d796c625e6e0beda30009bcbd45a3a3114 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.core/META-INF')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF18
1 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index d1d62a1e..9ed0ebad 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.cores
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
-Bundle-Version: 4.10.0.qualifier
+Bundle-Version: 4.11.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Export-Package: org.eclipse.mylyn.internal.github.core;version="4.10.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.gist;version="4.10.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.issue;version="4.10.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.pr;version="4.10.0";x-friends:="org.eclipse.mylyn.github.ui"
+Export-Package: org.eclipse.mylyn.internal.github.core;version="4.11.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.gist;version="4.11.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.issue;version="4.11.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.pr;version="4.11.0";x-friends:="org.eclipse.mylyn.github.ui"
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.mylyn.tasks.core;bundle-version="[3.4.0,4.0.0)",
org.eclipse.mylyn.commons.net;bundle-version="[3.4.0,4.0.0)"
Import-Package: org.eclipse.egit.core;version="[4.0.0,5.0.0)",
- org.eclipse.egit.github.core;version="[4.10.0,4.11.0)",
- org.eclipse.egit.github.core.client;version="[4.10.0,4.11.0)",
- org.eclipse.egit.github.core.service;version="[4.10.0,4.11.0)",
- org.eclipse.egit.github.core.util;version="[4.10.0,4.11.0)",
+ org.eclipse.egit.github.core;version="[4.11.0,4.12.0)",
+ org.eclipse.egit.github.core.client;version="[4.11.0,4.12.0)",
+ org.eclipse.egit.github.core.service;version="[4.11.0,4.12.0)",
+ org.eclipse.egit.github.core.util;version="[4.11.0,4.12.0)",
org.eclipse.jgit.lib;version="[4.0.0,5.0.0)",
org.eclipse.jgit.transport;version="[4.0.0,5.0.0)"

Back to the top