diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-14 01:49:05 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-14 01:49:05 +0200 |
commit | 1cbfea9ece03b40669377a7f858218f6994562ea (patch) | |
tree | 6c5f98fb3f6de7f11b3efa4cb728789a311f11bd /org.eclipse.jgit.ant.test/META-INF | |
parent | eb4deda9098678e460fe2a83cea085764fa0c471 (diff) | |
download | jgit-1cbfea9ece03b40669377a7f858218f6994562ea.tar.gz jgit-1cbfea9ece03b40669377a7f858218f6994562ea.zip |
Prepare 5.13.0-SNAPSHOT builds
Change-Id: Ie9cfc1eeb0eda7b2bbe744a22a7e4cfe6d59bc37
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 75451deb0f..aeac06ada1 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: 5.12.1.qualifier +Bundle-Version: 5.13.0.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.ant.tasks;version="[5.12.1,5.13.0)", - org.eclipse.jgit.junit;version="[5.12.1,5.13.0)", - org.eclipse.jgit.lib;version="[5.12.1,5.13.0)", - org.eclipse.jgit.util;version="[5.12.1,5.13.0)", + org.eclipse.jgit.ant.tasks;version="[5.13.0,5.14.0)", + org.eclipse.jgit.junit;version="[5.13.0,5.14.0)", + org.eclipse.jgit.lib;version="[5.13.0,5.14.0)", + org.eclipse.jgit.util;version="[5.13.0,5.14.0)", org.hamcrest.core;version="[1.1.0,2.0.0)", org.junit;version="[4.13,5.0.0)" |