Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-12-24 00:35:10 +0000
committerMatthias Sohn2014-12-24 00:35:10 +0000
commitb436f6c75e5b36da92b4e49b6f1d8491830a881d (patch)
tree664de1984a466f9e7fd6036fb9e12749d35422b3 /org.eclipse.egit.github.core/META-INF/SOURCE-MANIFEST.MF
parentee9cbeaba38276913404c56d4cdeda91300d3b0b (diff)
downloadegit-github-b436f6c75e5b36da92b4e49b6f1d8491830a881d.tar.gz
egit-github-b436f6c75e5b36da92b4e49b6f1d8491830a881d.tar.xz
egit-github-b436f6c75e5b36da92b4e49b6f1d8491830a881d.zip
Prepare 3.7.0-SNAPSHOT builds
Change-Id: I647f00cfc5427067352127fc6585ec52025c17b1 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 6391731e..cf97528b 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.1.qualifier
+Bundle-Version: 3.7.0.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.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"
+Export-Package: org.eclipse.egit.github.core;version="3.7.0",
+ org.eclipse.egit.github.core.client;version="3.7.0",
+ org.eclipse.egit.github.core.service;version="3.7.0",
+ org.eclipse.egit.github.core.util;version="3.7.0"

Back to the top