Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-09-19 10:45:20 +0000
committerMatthias Sohn2012-09-19 10:45:20 +0000
commit31db368a6df1960fe9f27abfe1454460de4c030e (patch)
treec1d4428bcaf11cfcfca20af0a3d1b4014d419a07 /org.eclipse.egit.github.core/META-INF/MANIFEST.MF
parent13eab332e4a0b2671151ea34e048156ce1c46bf2 (diff)
downloadegit-github-31db368a6df1960fe9f27abfe1454460de4c030e.tar.gz
egit-github-31db368a6df1960fe9f27abfe1454460de4c030e.tar.xz
egit-github-31db368a6df1960fe9f27abfe1454460de4c030e.zip
Prepare 2.2.0 builds
Change-Id: Id9ccb1fd7bb3ceffebba6f3fc87aa62a16b76cc8 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 e336a3bd..3f7e4cc2 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.1.0.qualifier
+Bundle-Version: 2.2.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.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"
+Export-Package: org.eclipse.egit.github.core;version="2.2.0",
+ org.eclipse.egit.github.core.client;version="2.2.0",
+ org.eclipse.egit.github.core.event;version="2.2.0",
+ org.eclipse.egit.github.core.service;version="2.2.0",
+ org.eclipse.egit.github.core.util;version="2.2.0"

Back to the top