Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-12-24 00:05:54 +0000
committerMatthias Sohn2014-12-24 00:05:54 +0000
commitfe1f23c2717d71dad5fff8b187cac7e3363162ad (patch)
treee9bd3b17b2f4233c08b60382039a7744a2dcf5bd /org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF
parentf5577834ac3b9ab990ff80a5684def8707e977d6 (diff)
downloadegit-github-fe1f23c2717d71dad5fff8b187cac7e3363162ad.tar.gz
egit-github-fe1f23c2717d71dad5fff8b187cac7e3363162ad.tar.xz
egit-github-fe1f23c2717d71dad5fff8b187cac7e3363162ad.zip
Prepare 3.6.1-SNAPSHOT builds
Change-Id: I2697541e3b83c12990e6ec91e6fa60496ffb9102 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 f2366851..6391731e 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: 3.6.0.201412230720-r
+Bundle-Version: 3.6.1.qualifier
Bundle-Vendor: Eclipse EGit
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: com.google.gson;version="[1.6.0,2.2.0]",
com.google.gson.annotations;version="[1.6.0,2.2.0]",
com.google.gson.reflect;version="[1.6.0,2.2.0]",
com.google.gson.stream;version="[1.6.0,2.2.0]
-Export-Package: org.eclipse.egit.github.core;version="3.6.0",
- org.eclipse.egit.github.core.client;version="3.6.0",
- org.eclipse.egit.github.core.service;version="3.6.0",
- org.eclipse.egit.github.core.util;version="3.6.0"
+Export-Package: org.eclipse.egit.github.core;version="3.6.1",
+ org.eclipse.egit.github.core.client;version="3.6.1",
+ org.eclipse.egit.github.core.service;version="3.6.1",
+ org.eclipse.egit.github.core.util;version="3.6.1"

Back to the top