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.egit.github.core/META-INF/MANIFEST.MF
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.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 350a144a..1fe9e974 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.cores
Bundle-SymbolicName: org.eclipse.egit.github.core
-Bundle-Version: 4.10.0.qualifier
+Bundle-Version: 4.11.0.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="4.10.0",
- org.eclipse.egit.github.core.client;version="4.10.0",
- org.eclipse.egit.github.core.event;version="4.10.0",
- org.eclipse.egit.github.core.service;version="4.10.0",
- org.eclipse.egit.github.core.util;version="4.10.0"
+Export-Package: org.eclipse.egit.github.core;version="4.11.0",
+ org.eclipse.egit.github.core.client;version="4.11.0",
+ org.eclipse.egit.github.core.event;version="4.11.0",
+ org.eclipse.egit.github.core.service;version="4.11.0",
+ org.eclipse.egit.github.core.util;version="4.11.0"

Back to the top