Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-09-05 23:29:03 +0000
committerMatthias Sohn2018-09-05 23:33:19 +0000
commit5a4099cb5529e5e983be87c3b9d5b050d09de5f3 (patch)
tree84e883c2e5275df7e7f42df9409278ff84713cdc /org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF
parent2669be4548bb498d364ad73211f0e83beaa7518d (diff)
downloadegit-github-5a4099cb5529e5e983be87c3b9d5b050d09de5f3.tar.gz
egit-github-5a4099cb5529e5e983be87c3b9d5b050d09de5f3.tar.xz
egit-github-5a4099cb5529e5e983be87c3b9d5b050d09de5f3.zip
Prepare 5.2.0-SNAPSHOT builds
Change-Id: I5e0d278aeb48ccaf52894b70d7f6f2c8d99039df Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF')
-rw-r--r--org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF
index 711bf657..67f4479c 100644
--- a/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF
+++ b/org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EGit GitHub API Core
Bundle-SymbolicName: org.eclipse.egit.github.core
-Bundle-Version: 5.1.0.qualifier
+Bundle-Version: 5.2.0.qualifier
Bundle-Vendor: Eclipse EGit
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.1.0",
- org.eclipse.egit.github.core.client;version="5.1.0",
- org.eclipse.egit.github.core.service;version="5.1.0",
- org.eclipse.egit.github.core.util;version="5.1.0"
+Export-Package: org.eclipse.egit.github.core;version="5.2.0",
+ org.eclipse.egit.github.core.client;version="5.2.0",
+ org.eclipse.egit.github.core.service;version="5.2.0",
+ org.eclipse.egit.github.core.util;version="5.2.0"

Back to the top