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/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/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 3a7604de..773c8cc4 100644
--- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
@@ -3,15 +3,15 @@ Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.egit.github.core
-Bundle-Version: 3.6.1.qualifier
+Bundle-Version: 3.7.0.qualifier
Bundle-Vendor: %providerName
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.event;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.event;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