diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-03 01:57:43 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-03 01:57:43 +0200 |
commit | 43d6bc5ef1add70315b411969aac2ad84bf0f492 (patch) | |
tree | 1b64ce5862badb41b3185f26ec0e1ff9b15c7b34 /org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF | |
parent | ff08cbfe0751ee65fe1a77ba74c1a87c0f5e253e (diff) | |
download | jgit-43d6bc5ef1add70315b411969aac2ad84bf0f492.tar.gz jgit-43d6bc5ef1add70315b411969aac2ad84bf0f492.zip |
Prepare 6.6.2-SNAPSHOT builds
Change-Id: Id4e2fbefc49115c7e3de26a34cfbe01ba6de25b2
Diffstat (limited to 'org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF | 10 |
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 cb3d09fe61..9659eb2732 100644 --- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF @@ -5,13 +5,13 @@ Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.jgit.ant.test Bundle-SymbolicName: org.eclipse.jgit.ant.test Bundle-Vendor: %Bundle-Vendor -Bundle-Version: 6.6.1.202309021850-r +Bundle-Version: 6.6.2.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-11 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.ant.tasks;version="[6.6.1,6.7.0)", - org.eclipse.jgit.junit;version="[6.6.1,6.7.0)", - org.eclipse.jgit.lib;version="[6.6.1,6.7.0)", - org.eclipse.jgit.util;version="[6.6.1,6.7.0)", + org.eclipse.jgit.ant.tasks;version="[6.6.2,6.7.0)", + org.eclipse.jgit.junit;version="[6.6.2,6.7.0)", + org.eclipse.jgit.lib;version="[6.6.2,6.7.0)", + org.eclipse.jgit.util;version="[6.6.2,6.7.0)", org.hamcrest.core;version="[1.1.0,3.0.0)", org.junit;version="[4.13,5.0.0)" |