summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2013-02-14 00:11:20 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2013-02-14 00:59:25 +0100
commitba6ae0c7ecad840b8858c1049ebc6b72d70f0d40 (patch)
tree938aa0d94b4ddea6642617bb8abd04e3b7cff8d5 /org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
parentda59df358bfba718a0bf1769296b66ec4f6f4dc4 (diff)
downloadjgit-ba6ae0c7ecad840b8858c1049ebc6b72d70f0d40.tar.gz
jgit-ba6ae0c7ecad840b8858c1049ebc6b72d70f0d40.zip
Prepare 2.4.0-SNAPSHOT builds
Change-Id: I4ab2baeb5d598d40d5dadfccdfe75152a1b9b7bf Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
index 4c955b01a5..0f08a05a07 100644
--- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
@@ -3,15 +3,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.ant.test
-Bundle-Version: 2.3.0.qualifier
+Bundle-Version: 2.4.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.apache.tools.ant,
org.apache.tools.ant.types,
- org.eclipse.jgit.ant.tasks;version="2.3.0",
+ org.eclipse.jgit.ant.tasks;version="2.4.0",
org.eclipse.jgit.junit,
- org.eclipse.jgit.lib;version="2.3.0",
- org.eclipse.jgit.storage.file;version="2.3.0",
- org.eclipse.jgit.util;version="2.3.0",
+ org.eclipse.jgit.lib;version="2.4.0",
+ org.eclipse.jgit.storage.file;version="2.4.0",
+ org.eclipse.jgit.util;version="2.4.0",
org.hamcrest;version="1.1.0",
org.junit;version="[4.0.0,5.0.0)"