diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-27 01:33:05 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-27 01:35:30 +0100 |
commit | fafad4196d00d5f70adfea11508a297a158ffbce (patch) | |
tree | 48b0800eb56ffb129fa9c9f04c35aa4abd9be1d5 /org.eclipse.jgit.ant/META-INF | |
parent | 510011b05caea84908f9687d5cb632bc4ad73c41 (diff) | |
download | jgit-fafad4196d00d5f70adfea11508a297a158ffbce.tar.gz jgit-fafad4196d00d5f70adfea11508a297a158ffbce.zip |
Prepare 5.1.6-SNAPSHOT builds
Change-Id: If3313d602aa57cfa031ba2c9ec03bd51b464dc19
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 5d477d8213..745a7b5761 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.5.201812261915-r +Bundle-Version: 5.1.6.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[5.1.5,5.2.0)" + org.eclipse.jgit.storage.file;version="[5.1.6,5.2.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="5.1.5"; +Export-Package: org.eclipse.jgit.ant.tasks;version="5.1.6"; uses:="org.apache.tools.ant.types,org.apache.tools.ant" |