Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-09-28 12:22:38 +0000
committerMatthias Sohn2015-09-28 12:48:41 +0000
commit6664bc6f1c74e8908de78c7a7474fca7b8d83d27 (patch)
tree285cef53f418a851dfcc045c70b74c3ceffcdc3b /org.eclipse.jgit.ant/META-INF
parent25b7a0124f6043df514d9f65bbc6f3d135b46a93 (diff)
downloadjgit-6664bc6f1c74e8908de78c7a7474fca7b8d83d27.tar.gz
jgit-6664bc6f1c74e8908de78c7a7474fca7b8d83d27.tar.xz
jgit-6664bc6f1c74e8908de78c7a7474fca7b8d83d27.zip
Prepare 4.2.0-SNAPSHOT builds
Change-Id: If559d3565b1f84c93a533e1ce18d5293605d1950 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.MF6
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 d9fbd76142..0cdf8bac2a 100644
--- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.jgit.ant
-Bundle-Version: 4.1.1.qualifier
+Bundle-Version: 4.2.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.storage.file;version="[4.1.1,4.2.0)"
+ org.eclipse.jgit.storage.file;version="[4.2.0,4.3.0)"
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
-Export-Package: org.eclipse.jgit.ant.tasks;version="4.1.1";
+Export-Package: org.eclipse.jgit.ant.tasks;version="4.2.0";
uses:="org.apache.tools.ant.types,org.apache.tools.ant"

Back to the top