Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-06-13 00:59:09 +0000
committerMatthias Sohn2019-06-13 00:59:09 +0000
commit88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e (patch)
treeb6f5b67147dd1947df99281bab31e5a598c6efd6 /org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
parent93a9d5b2ff85c79e6eb627eff826f8d3a00d5e93 (diff)
downloadegit-github-88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e.tar.gz
egit-github-88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e.tar.xz
egit-github-88084a4a032ad08eaaa4f03a7e4fd22a1913cc7e.zip
Prepare 5.4.1-SNAPSHOT buildsstable-5.4
Change-Id: I4a07821be768c221ad7a72f7c04b7e5cc059c0b6 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
index d6b7c16c..fc7a896c 100644
--- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
@@ -3,16 +3,16 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Automatic-Module-Name: org.eclipse.egit.github.core.tests
Bundle-SymbolicName: org.eclipse.egit.github.core.tests
-Bundle-Version: 5.4.0.201906121030-r
+Bundle-Version: 5.4.1.qualifier
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.gson;version="[1.6.0,3.0.0]",
com.google.gson.reflect;version="[1.6.0,3.0.0)",
- org.eclipse.egit.github.core;version="[5.4.0,5.5.0)",
- org.eclipse.egit.github.core.client;version="[5.4.0,5.5.0)",
- org.eclipse.egit.github.core.event;version="[5.4.0,5.5.0)",
- org.eclipse.egit.github.core.service;version="[5.4.0,5.5.0)",
- org.eclipse.egit.github.core.util;version="[5.4.0,5.5.0)",
+ org.eclipse.egit.github.core;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.github.core.client;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.github.core.event;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.github.core.service;version="[5.4.1,5.5.0)",
+ org.eclipse.egit.github.core.util;version="[5.4.1,5.5.0)",
org.mockito;version="[2.13.0,3.0.0)",
org.mockito.junit;version="2.13.0",
org.mockito.runners;version="[2.13.0,3.0.0)",

Back to the top