Skip to main content
summaryrefslogtreecommitdiffstats
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.mylyn.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.mylyn.github.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF24
1 files changed, 12 insertions, 12 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 12bd1848..9b6ea2da 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -3,20 +3,20 @@ Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
-Bundle-Version: 2.1.0.qualifier
+Bundle-Version: 2.2.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.mylyn.internal.github.core;version="2.1.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.gist;version="2.1.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.issue;version="2.1.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.pr;version="2.1.0";x-friends:="org.eclipse.mylyn.github.ui"
+Export-Package: org.eclipse.mylyn.internal.github.core;version="2.2.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.gist;version="2.2.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.issue;version="2.2.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.pr;version="2.2.0";x-friends:="org.eclipse.mylyn.github.ui"
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.mylyn.tasks.core;bundle-version="[3.4.0,4.0.0)",
org.eclipse.mylyn.commons.net;bundle-version="[3.4.0,4.0.0)"
-Import-Package: org.eclipse.egit.core;version="[2.1.0,2.2.0)",
- org.eclipse.egit.github.core;version="[2.1.0,2.2.0)",
- org.eclipse.egit.github.core.client;version="[2.1.0,2.2.0)",
- org.eclipse.egit.github.core.service;version="[2.1.0,2.2.0)",
- org.eclipse.egit.github.core.util;version="[2.1.0,2.2.0)",
- org.eclipse.jgit.lib;version="[2.1.0,2.2.0)",
- org.eclipse.jgit.transport;version="[2.1.0,2.2.0)"
+Import-Package: org.eclipse.egit.core;version="[2.2.0,2.3.0)",
+ org.eclipse.egit.github.core;version="[2.2.0,2.3.0)",
+ org.eclipse.egit.github.core.client;version="[2.2.0,2.3.0)",
+ org.eclipse.egit.github.core.service;version="[2.2.0,2.3.0)",
+ org.eclipse.egit.github.core.util;version="[2.2.0,2.3.0)",
+ org.eclipse.jgit.lib;version="[2.2.0,2.3.0)",
+ org.eclipse.jgit.transport;version="[2.2.0,2.3.0)"

Back to the top