Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-01-21 21:24:20 +0000
committerMatthias Sohn2016-01-21 21:24:20 +0000
commit4e82cc6d99db4d68468550d09bc7428f350434ac (patch)
tree59f368233efbbf9dff427fcd360f7f398f52b87d /org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
parent045a78cc165dfcee5e4450361a2282a1f69b193b (diff)
downloadegit-github-4e82cc6d99db4d68468550d09bc7428f350434ac.tar.gz
egit-github-4e82cc6d99db4d68468550d09bc7428f350434ac.tar.xz
egit-github-4e82cc6d99db4d68468550d09bc7428f350434ac.zip
Prepare 4.3.0-SNAPSHOT builds
Change-Id: I116fb6ef0b8ef1477b90bd5bfd8b88652785c527 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
index 278ff490..1888c8d5 100644
--- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse EGit Mylyn GitHub Tests
Bundle-SymbolicName: org.eclipse.mylyn.github.tests
-Bundle-Version: 4.2.0.qualifier
+Bundle-Version: 4.3.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
org.eclipse.mylyn.tasks.ui;bundle-version="[3.2.0,4.0.0)",
@@ -12,8 +12,8 @@ Require-Bundle: org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
org.hamcrest;bundle-version="[1.1.0,2.0.0)",
org.objenesis;bundle-version="[1.0.0,2.0.0)"
Bundle-Vendor: Eclipse EGit
-Import-Package: org.eclipse.mylyn.internal.github.core;version="[4.2.0,4.3.0)",
- org.eclipse.mylyn.internal.github.ui.issue;version="[4.2.0,4.3.0)",
+Import-Package: org.eclipse.mylyn.internal.github.core;version="[4.3.0,4.4.0)",
+ org.eclipse.mylyn.internal.github.ui.issue;version="[4.3.0,4.4.0)",
org.mockito;version="[1.8.4,2.0.0)",
org.mockito.runners;version="[1.8.4,2.0.0)",
org.mockito.stubbing;version="[1.8.4,2.0.0)"

Back to the top