Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-12-07 08:43:23 +0000
committerMatthias Sohn2018-12-07 08:47:34 +0000
commit9fcad1b4fa5d7efb51c86dcf6dc07fc4f7afb755 (patch)
treeeb4a07eebe250d3f25768607dd8a4c357d735e0e /org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
parenteb2d8f33c66e21a49376515aae868f3d46dcb4c9 (diff)
downloadegit-github-9fcad1b4fa5d7efb51c86dcf6dc07fc4f7afb755.tar.gz
egit-github-9fcad1b4fa5d7efb51c86dcf6dc07fc4f7afb755.tar.xz
egit-github-9fcad1b4fa5d7efb51c86dcf6dc07fc4f7afb755.zip
Prepare 5.2.1-SNAPSHOT buildsstable-5.2
Change-Id: Ia40ecf9cec980cc36e324a8d0a426fd5bd3f043d 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 a43f5620..fc0e5cd5 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.2.0.201812061821-r
+Bundle-Version: 5.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.jface.text;bundle-version="[3.4.0,4.0.0)",
org.eclipse.mylyn.tasks.core;bundle-version="[3.4.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.2.0,5.3.0)",
- org.eclipse.mylyn.internal.github.ui.issue;version="[5.2.0,5.3.0)"
+Import-Package: org.eclipse.mylyn.internal.github.core;version="[5.2.1,5.3.0)",
+ org.eclipse.mylyn.internal.github.ui.issue;version="[5.2.1,5.3.0)"

Back to the top