Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF b/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF
index 69c7d2f7fa..6448f60d68 100644
--- a/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF
@@ -3,13 +3,13 @@ Bundle-ManifestVersion: 2
Bundle-Name: GitFlow Test
Automatic-Module-Name: org.eclipse.egit.gitflow.test
Bundle-SymbolicName: org.eclipse.egit.gitflow.test;singleton:=true
-Bundle-Version: 6.7.0.202309050840-r
+Bundle-Version: 6.7.1.qualifier
Fragment-Host: org.eclipse.egit.gitflow
Bundle-RequiredExecutionEnvironment: JavaSE-11
-Import-Package: org.eclipse.egit.core;version="[6.7.0,6.8.0)",
- org.eclipse.jgit.junit;version="[6.7.0,6.8.0)",
+Import-Package: org.eclipse.egit.core;version="[6.7.1,6.8.0)",
+ org.eclipse.jgit.junit;version="[6.7.1,6.8.0)",
org.junit.rules;version="[4.13.0,5.0.0)",
org.junit;version="[4.13.0,5.0.0)"
Require-Bundle: org.eclipse.core.resources;bundle-version="[3.18.100,4.0.0)",
- org.eclipse.egit.core.junit;bundle-version="[6.7.0,6.8.0)",
+ org.eclipse.egit.core.junit;bundle-version="[6.7.1,6.8.0)",
org.hamcrest.core;bundle-version="[1.3.0,2.0.0)"

Back to the top