summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2015-06-03 00:26:18 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2015-06-03 00:52:00 +0200
commita79168bcbb991c2efe40b4e041dae256b408af92 (patch)
tree0a312387d8729fedd8d40f1ffabf7856fe3643df /org.eclipse.jgit.ant/META-INF/MANIFEST.MF
parent97aa021145924016c116dce400d65d7b0a35892b (diff)
downloadjgit-a79168bcbb991c2efe40b4e041dae256b408af92.tar.gz
jgit-a79168bcbb991c2efe40b4e041dae256b408af92.zip
Prepare 4.1.0-SNAPSHOT builds
Change-Id: I03d08b8e2d3400d4b5cdb4ab541b312870776843 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.ant/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
index a42c0188c9..ac4364e550 100644
--- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.jgit.ant
-Bundle-Version: 4.0.0.qualifier
+Bundle-Version: 4.1.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.storage.file;version="[4.0.0,4.1.0)"
+ org.eclipse.jgit.storage.file;version="[4.1.0,4.2.0)"
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
-Export-Package: org.eclipse.jgit.ant.tasks;version="4.0.0";
+Export-Package: org.eclipse.jgit.ant.tasks;version="4.1.0";
uses:="org.apache.tools.ant.types,org.apache.tools.ant"