Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2020-03-09 22:36:13 +0000
committerMatthias Sohn2020-03-09 22:36:13 +0000
commit5d294d33442912b8b4f4b07e23315fe6071c914a (patch)
tree728264ead5677105110ac9a5cd176fd077fabf91 /org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
parent31b08ba847516dcbdba1c8994a0961c78784cacd (diff)
downloadegit-github-5d294d33442912b8b4f4b07e23315fe6071c914a.tar.gz
egit-github-5d294d33442912b8b4f4b07e23315fe6071c914a.tar.xz
egit-github-5d294d33442912b8b4f4b07e23315fe6071c914a.zip
Prepare 5.8.0-SNAPSHOT builds
Change-Id: If6be4a7ef5d36ee8df3e28e2363ccba96cf788fc 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 c29ae189..8bc77f6b 100644
--- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -3,11 +3,11 @@ Bundle-ManifestVersion: 2
Bundle-Name: Eclipse EGit Mylyn GitHub Tests
Automatic-Module-Name: org.eclipse.mylyn.github.tests
Bundle-SymbolicName: org.eclipse.mylyn.github.tests
-Bundle-Version: 5.7.0.qualifier
+Bundle-Version: 5.8.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.jface.text;bundle-version="[3.11.0,4.0.0)",
org.eclipse.mylyn.tasks.core;bundle-version="[3.20.0,4.0.0)",
org.junit;bundle-version="[4.12.0,5.0.0)"
Bundle-Vendor: Eclipse EGit
-Import-Package: org.eclipse.mylyn.internal.github.core;version="[5.7.0,5.8.0)",
- org.eclipse.mylyn.internal.github.ui.issue;version="[5.7.0,5.8.0)"
+Import-Package: org.eclipse.mylyn.internal.github.core;version="[5.8.0,5.9.0)",
+ org.eclipse.mylyn.internal.github.ui.issue;version="[5.8.0,5.9.0)"

Back to the top