aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2022-06-14 00:41:18 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2022-06-14 00:41:18 +0200
commitdb074a1352bc136584fd80e7d301ae60ffff5d59 (patch)
treea4c2e29c9d09ed50e5d614b57a1b5ddd20819cf4 /org.eclipse.jgit.ant/META-INF/MANIFEST.MF
parentb34961a493d07b23dbc9d601e56252bd8f106898 (diff)
downloadjgit-db074a1352bc136584fd80e7d301ae60ffff5d59.tar.gz
jgit-db074a1352bc136584fd80e7d301ae60ffff5d59.zip
Prepare 5.13.2-SNAPSHOT builds
Change-Id: I4862e5d80a7d95a1a119d06306e3f6927445d1d3
Diffstat (limited to 'org.eclipse.jgit.ant/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.ant/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
index fb75ee229d..2dac8020ac 100644
--- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
@@ -3,13 +3,13 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.ant
Bundle-SymbolicName: org.eclipse.jgit.ant
-Bundle-Version: 5.13.1.202206130422-r
+Bundle-Version: 5.13.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.storage.file;version="[5.13.1,5.14.0)"
+ org.eclipse.jgit.storage.file;version="[5.13.2,5.14.0)"
Bundle-Localization: plugin
Bundle-Vendor: %Bundle-Vendor
-Export-Package: org.eclipse.jgit.ant;version="5.13.1",
- org.eclipse.jgit.ant.tasks;version="5.13.1";
+Export-Package: org.eclipse.jgit.ant;version="5.13.2",
+ org.eclipse.jgit.ant.tasks;version="5.13.2";
uses:="org.apache.tools.ant,
org.apache.tools.ant.types"