aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant/META-INF
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit.ant/META-INF')
-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 0c2b1c2ae0..1acbebd13a 100644
--- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
@@ -3,11 +3,11 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.ant
Bundle-SymbolicName: org.eclipse.jgit.ant
-Bundle-Version: 5.1.10.201908230655-r
+Bundle-Version: 5.1.11.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.storage.file;version="[5.1.10,5.2.0)"
+ org.eclipse.jgit.storage.file;version="[5.1.11,5.2.0)"
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
-Export-Package: org.eclipse.jgit.ant.tasks;version="5.1.10";
+Export-Package: org.eclipse.jgit.ant.tasks;version="5.1.11";
uses:="org.apache.tools.ant.types,org.apache.tools.ant"