diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 07:49:33 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 07:49:33 +0100 |
commit | 639d53721c47ecf9a079475270fca93580f6b746 (patch) | |
tree | 8edac147a31c427f72683f0142c44ef9aad1be3b /org.eclipse.jgit.ant/META-INF | |
parent | a31756fbfcec67dce9901c00132fec8eb4c58222 (diff) | |
download | jgit-639d53721c47ecf9a079475270fca93580f6b746.tar.gz jgit-639d53721c47ecf9a079475270fca93580f6b746.zip |
Prepare 5.1.7-SNAPSHOT builds
Change-Id: Ica716b2ad18f8390e75466430ef81c86ea06f004
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 f23d8653cc..30d81b286f 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.6.201903130242-r +Bundle-Version: 5.1.7.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[5.1.6,5.2.0)" + org.eclipse.jgit.storage.file;version="[5.1.7,5.2.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="5.1.6"; +Export-Package: org.eclipse.jgit.ant.tasks;version="5.1.7"; uses:="org.apache.tools.ant.types,org.apache.tools.ant" |