diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-07 00:34:14 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-07 00:34:14 +0100 |
commit | 90107d53eb7cb32d78f5509b53dd6ba342308f14 (patch) | |
tree | 97188f545e82cf0d4fac3c3a23947503fb58d68a /org.eclipse.jgit.ant/META-INF | |
parent | 164cb8d87de5d2158776a617f56082a3b8d57b90 (diff) | |
download | jgit-90107d53eb7cb32d78f5509b53dd6ba342308f14.tar.gz jgit-90107d53eb7cb32d78f5509b53dd6ba342308f14.zip |
Prepare 5.4.0-SNAPSHOT builds
Change-Id: I90a4791f63d0eba23da744c720e869f1830b86e7
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant/META-INF')
-rw-r--r-- | org.eclipse.jgit.ant/META-INF/MANIFEST.MF | 6 |
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 7119fd953d..6a9e317f1c 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.3.0.qualifier +Bundle-Version: 5.4.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[5.3.0,5.4.0)" + org.eclipse.jgit.storage.file;version="[5.4.0,5.5.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="5.3.0"; +Export-Package: org.eclipse.jgit.ant.tasks;version="5.4.0"; uses:="org.apache.tools.ant.types,org.apache.tools.ant" |