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.test/META-INF | |
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.test/META-INF')
-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 85f665bc03..825e92d28b 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.1.0.qualifier +Bundle-Version: 7.0.0.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-11 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.ant.tasks;version="[6.1.0,6.2.0)", - org.eclipse.jgit.junit;version="[6.1.0,6.2.0)", - org.eclipse.jgit.lib;version="[6.1.0,6.2.0)", - org.eclipse.jgit.util;version="[6.1.0,6.2.0)", + org.eclipse.jgit.ant.tasks;version="[7.0.0,7.1.0)", + org.eclipse.jgit.junit;version="[7.0.0,7.1.0)", + org.eclipse.jgit.lib;version="[7.0.0,7.1.0)", + org.eclipse.jgit.util;version="[7.0.0,7.1.0)", org.hamcrest.core;version="[1.1.0,3.0.0)", org.junit;version="[4.13,5.0.0)" |