diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-30 17:24:58 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-30 17:24:58 +0200 |
commit | ceeb9ad80df38fe850abdbc85cb7db71c2fb80f7 (patch) | |
tree | e5a7bb181cbbc8900cbe0b8a739a8b540d23ad81 /org.eclipse.jgit.ant/META-INF/MANIFEST.MF | |
parent | d3962e0e722f40c02e06e785e0ec62fe1c536d7f (diff) | |
download | jgit-ceeb9ad80df38fe850abdbc85cb7db71c2fb80f7.tar.gz jgit-ceeb9ad80df38fe850abdbc85cb7db71c2fb80f7.zip |
Prepare 6.6.1-SNAPSHOT builds
Change-Id: I0036999e2be076d4ad8231410faeff51bf9cbf52
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 16fa3d842e..b4cd0b8aaa 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.6.0.202305301015-r +Bundle-Version: 6.6.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-11 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[6.6.0,6.7.0)" + org.eclipse.jgit.storage.file;version="[6.6.1,6.7.0)" Bundle-Localization: plugin Bundle-Vendor: %Bundle-Vendor -Export-Package: org.eclipse.jgit.ant;version="6.6.0", - org.eclipse.jgit.ant.tasks;version="6.6.0"; +Export-Package: org.eclipse.jgit.ant;version="6.6.1", + org.eclipse.jgit.ant.tasks;version="6.6.1"; uses:="org.apache.tools.ant, org.apache.tools.ant.types" |