diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 21:35:02 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 21:35:02 +0100 |
commit | 6a24cdc5eac9ca351e4956f1cfbe4954d145666b (patch) | |
tree | 91ecf0c5ec391a30caff3404c9a586ddd5ea4671 /org.eclipse.jgit.ant/META-INF/MANIFEST.MF | |
parent | 5a324c8491694fba78c41ad1e0a9283542a8a5fd (diff) | |
download | jgit-6a24cdc5eac9ca351e4956f1cfbe4954d145666b.tar.gz jgit-6a24cdc5eac9ca351e4956f1cfbe4954d145666b.zip |
Prepare 7.0.0-SNAPSHOT builds
Change-Id: Ia2c109af4520302acfc403450778dcaa7a532e6f
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 4110ab3950..4408441cfe 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.1.0.qualifier +Bundle-Version: 7.0.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-11 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[6.1.0,6.2.0)" + org.eclipse.jgit.storage.file;version="[7.0.0,7.1.0)" Bundle-Localization: plugin Bundle-Vendor: %Bundle-Vendor -Export-Package: org.eclipse.jgit.ant;version="6.1.0", - org.eclipse.jgit.ant.tasks;version="6.1.0"; +Export-Package: org.eclipse.jgit.ant;version="7.0.0", + org.eclipse.jgit.ant.tasks;version="7.0.0"; uses:="org.apache.tools.ant, org.apache.tools.ant.types" |