summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test/META-INF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2011-06-06 01:24:32 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2011-06-06 01:24:32 +0200
commitf1713abcdcb5097d4e44893862bedc6e27dde20e (patch)
tree579115d0020f758f22c975c27a5fbefc88912243 /org.eclipse.jgit.ant.test/META-INF
parent2a1e20ead5b9333ecf5d299f95ae47321faa678b (diff)
downloadjgit-f1713abcdcb5097d4e44893862bedc6e27dde20e.tar.gz
jgit-f1713abcdcb5097d4e44893862bedc6e27dde20e.zip
Prepare 1.1.0 builds
Change-Id: I4cf017cd567543846839612ab3ace6d26233e01d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant.test/META-INF')
-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 2811b71ebf..79cba94aa3 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: 1.0.0.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.apache.tools.ant,
org.apache.tools.ant.types,
- org.eclipse.jgit.ant.tasks;version="1.0.0",
+ org.eclipse.jgit.ant.tasks;version="1.1.0",
org.eclipse.jgit.junit,
- org.eclipse.jgit.lib;version="1.0.0",
- org.eclipse.jgit.storage.file;version="1.0.0",
- org.eclipse.jgit.util;version="1.0.0",
+ org.eclipse.jgit.lib;version="1.1.0",
+ org.eclipse.jgit.storage.file;version="1.1.0",
+ org.eclipse.jgit.util;version="1.1.0",
org.hamcrest;version="1.1.0",
org.junit;version="[4.0.0,5.0.0)"