diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-06 22:45:52 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-07 02:03:54 +0200 |
commit | bb12dd4cbde54234042f607bf923e83040910929 (patch) | |
tree | e22e3bc33df2b31b54d9f18919d24dc86661a738 /org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF | |
parent | 09f6383f550c509f68f08dfa93cf02c47ea004e5 (diff) | |
download | jgit-bb12dd4cbde54234042f607bf923e83040910929.tar.gz jgit-bb12dd4cbde54234042f607bf923e83040910929.zip |
Prepare 6.7.1-SNAPSHOT builds
Change-Id: I96097ef8c6f198220f513bbc6d5f8881834a1491
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 3e9d093f46..94263bcad5 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.7.0.202309050840-r +Bundle-Version: 6.7.1.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-11 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.ant.tasks;version="[6.7.0,6.8.0)", - org.eclipse.jgit.junit;version="[6.7.0,6.8.0)", - org.eclipse.jgit.lib;version="[6.7.0,6.8.0)", - org.eclipse.jgit.util;version="[6.7.0,6.8.0)", + org.eclipse.jgit.ant.tasks;version="[6.7.1,6.8.0)", + org.eclipse.jgit.junit;version="[6.7.1,6.8.0)", + org.eclipse.jgit.lib;version="[6.7.1,6.8.0)", + org.eclipse.jgit.util;version="[6.7.1,6.8.0)", org.hamcrest.core;version="[1.1.0,3.0.0)", org.junit;version="[4.13,5.0.0)" |