summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test/META-INF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-09-06 01:25:36 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2018-09-06 09:36:00 +0200
commit2fae326aa92dc4c5f9a951517bd0248472780b9e (patch)
tree20e2ce9532160cbb13425ddbe7982bff8905f85a /org.eclipse.jgit.ant.test/META-INF
parent1f962f3c5327f3581172a8a5de6a638c0d54d4b7 (diff)
downloadjgit-2fae326aa92dc4c5f9a951517bd0248472780b9e.tar.gz
jgit-2fae326aa92dc4c5f9a951517bd0248472780b9e.zip
Prepare 5.2.0-SNAPSHOT builds
Change-Id: If8e8ca20e745901a5e0239c16cb4acc7934b4ec8 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant.test/META-INF')
-rw-r--r--org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
index bd3c963e6d..e6bef69afd 100644
--- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
@@ -4,13 +4,13 @@ Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Automatic-Module-Name: org.eclipse.jgit.ant.test
Bundle-SymbolicName: org.eclipse.jgit.ant.test
-Bundle-Version: 5.1.0.qualifier
+Bundle-Version: 5.2.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.ant.tasks;version="[5.1.0,5.2.0)",
- org.eclipse.jgit.junit;version="[5.1.0,5.2.0)",
- org.eclipse.jgit.lib;version="[5.1.0,5.2.0)",
- org.eclipse.jgit.util;version="[5.1.0,5.2.0)",
+ org.eclipse.jgit.ant.tasks;version="[5.2.0,5.3.0)",
+ org.eclipse.jgit.junit;version="[5.2.0,5.3.0)",
+ org.eclipse.jgit.lib;version="[5.2.0,5.3.0)",
+ org.eclipse.jgit.util;version="[5.2.0,5.3.0)",
org.hamcrest.core;version="[1.1.0,2.0.0)",
org.junit;version="[4.12,5.0.0)"