Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-07-31 20:07:17 +0000
committerMatthias Sohn2018-07-31 20:07:17 +0000
commita8c7c42ff18d5bbe453e6904a593aa870f4aec56 (patch)
tree0b64c01b7b25f05ec34e0b8bd266c84c5d2497d1 /org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
parente51d2fcda89e0456930f5c46da933072968dfb60 (diff)
downloadjgit-a8c7c42ff18d5bbe453e6904a593aa870f4aec56.tar.gz
jgit-a8c7c42ff18d5bbe453e6904a593aa870f4aec56.tar.xz
jgit-a8c7c42ff18d5bbe453e6904a593aa870f4aec56.zip
Prepare 4.11.2-SNAPSHOT builds
Change-Id: I02630900ab131478b30abe68b2133d2c8a5a67ab Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF')
-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 8e2ae8c6e8..01577ae5b0 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: 4.11.1.201807311124-r
+Bundle-Version: 4.11.2.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.ant.tasks;version="[4.11.1,4.12.0)",
- org.eclipse.jgit.junit;version="[4.11.1,4.12.0)",
- org.eclipse.jgit.lib;version="[4.11.1,4.12.0)",
- org.eclipse.jgit.util;version="[4.11.1,4.12.0)",
+ org.eclipse.jgit.ant.tasks;version="[4.11.2,4.12.0)",
+ org.eclipse.jgit.junit;version="[4.11.2,4.12.0)",
+ org.eclipse.jgit.lib;version="[4.11.2,4.12.0)",
+ org.eclipse.jgit.util;version="[4.11.2,4.12.0)",
org.hamcrest.core;version="[1.1.0,2.0.0)",
org.junit;version="[4.12,5.0.0)"

Back to the top