diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-03-01 15:40:45 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-03-01 15:40:45 +0100 |
commit | f34ae6fe31c6057f217c285d34da4b60ecaaf8af (patch) | |
tree | 189e8a401142e0e7aa63265b9fe4271c9e8d32b7 /org.eclipse.jgit.ant/META-INF/MANIFEST.MF | |
parent | 0518a6b0c16c1bce210bc9b2626104ef05975ee1 (diff) | |
download | jgit-f34ae6fe31c6057f217c285d34da4b60ecaaf8af.tar.gz jgit-f34ae6fe31c6057f217c285d34da4b60ecaaf8af.zip |
Prepare 6.6.0-SNAPSHOT builds
Change-Id: I17893f9db12bcb208866f40a06cd4f1ccbb4fe30
Diffstat (limited to 'org.eclipse.jgit.ant/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.jgit.ant/META-INF/MANIFEST.MF | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF index 5d637ac485..687750a4a4 100644 --- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF @@ -3,13 +3,13 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.jgit.ant Bundle-SymbolicName: org.eclipse.jgit.ant -Bundle-Version: 6.5.0.qualifier +Bundle-Version: 6.6.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-11 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[6.5.0,6.6.0)" + org.eclipse.jgit.storage.file;version="[6.6.0,6.7.0)" Bundle-Localization: plugin Bundle-Vendor: %Bundle-Vendor -Export-Package: org.eclipse.jgit.ant;version="6.5.0", - org.eclipse.jgit.ant.tasks;version="6.5.0"; +Export-Package: org.eclipse.jgit.ant;version="6.6.0", + org.eclipse.jgit.ant.tasks;version="6.6.0"; uses:="org.apache.tools.ant, org.apache.tools.ant.types" |