Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-06-14 00:10:39 +0000
committerMatthias Sohn2012-06-14 00:10:39 +0000
commit3d0a05b20c44fbdc4d71f79cb3f8171232071808 (patch)
treee4008a7c148ef98d8cd102b07ff743495a90ab4a /org.eclipse.egit.github.core/META-INF/MANIFEST.MF
parent44ece8b2c5ec239f6c5c8d0519384ab9c0f36934 (diff)
downloadegit-github-3d0a05b20c44fbdc4d71f79cb3f8171232071808.tar.gz
egit-github-3d0a05b20c44fbdc4d71f79cb3f8171232071808.tar.xz
egit-github-3d0a05b20c44fbdc4d71f79cb3f8171232071808.zip
Prepare 2.1.0 builds
Change-Id: Iebadde984097f161872816bfc50502678ae9a2c7 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 8a91ef41..e336a3bd 100644
--- a/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core/META-INF/MANIFEST.MF
@@ -3,14 +3,14 @@ Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.egit.github.core
-Bundle-Version: 2.0.0.qualifier
+Bundle-Version: 2.1.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)"
-Export-Package: org.eclipse.egit.github.core;version="2.0.0",
- org.eclipse.egit.github.core.client;version="2.0.0",
- org.eclipse.egit.github.core.event;version="2.0.0",
- org.eclipse.egit.github.core.service;version="2.0.0",
- org.eclipse.egit.github.core.util;version="2.0.0"
+Export-Package: org.eclipse.egit.github.core;version="2.1.0",
+ org.eclipse.egit.github.core.client;version="2.1.0",
+ org.eclipse.egit.github.core.event;version="2.1.0",
+ org.eclipse.egit.github.core.service;version="2.1.0",
+ org.eclipse.egit.github.core.util;version="2.1.0"

Back to the top