Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-06-02 22:54:14 +0000
committerMatthias Sohn2015-06-03 00:09:06 +0000
commit1f2f212d8b3b7c400ef2b4448f516cf5c9420cb0 (patch)
treea283cd39eea8641494f75be625f7dbabeb37827c /org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF
parentb2961c4dbdbd03957d77bff954e51a28233f0d39 (diff)
downloadegit-1f2f212d8b3b7c400ef2b4448f516cf5c9420cb0.tar.gz
egit-1f2f212d8b3b7c400ef2b4448f516cf5c9420cb0.tar.xz
egit-1f2f212d8b3b7c400ef2b4448f516cf5c9420cb0.zip
Prepare 4.1.0-SNAPSHOT builds
Change-Id: I8a3123e90609b0ee84342bd30d2af5fe7933e628 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 2d418ec1bb..4cc3f6a3cf 100644
--- a/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GitFlow Test
Bundle-SymbolicName: org.eclipse.egit.gitflow.test;singleton:=true
-Bundle-Version: 4.0.0.qualifier
+Bundle-Version: 4.1.0.qualifier
Fragment-Host: org.eclipse.egit.gitflow
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
-Import-Package: org.eclipse.egit.core;version="[4.0.0,4.1.0)",
- org.eclipse.egit.core.test;version="[4.0.0,4.1.0)",
- org.eclipse.jgit.junit;version="[4.0.0,4.1.0)",
+Import-Package: org.eclipse.egit.core;version="[4.1.0,4.2.0)",
+ org.eclipse.egit.core.test;version="[4.1.0,4.2.0)",
+ org.eclipse.jgit.junit;version="[4.1.0,4.2.0)",
org.junit;version="[4.3.0,5.0.0)"

Back to the top