diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-11-26 16:13:38 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-11-26 16:13:38 +0100 |
commit | 6f8a48134cae23ac380f6704a46ceebac64d7f12 (patch) | |
tree | 6210c84b72ec3a65a5d19f4e91626253d72d793f /org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF | |
parent | 4d1d88575bbdf7b5750dde0622a975d02e4d4fad (diff) | |
download | jgit-6f8a48134cae23ac380f6704a46ceebac64d7f12.tar.gz jgit-6f8a48134cae23ac380f6704a46ceebac64d7f12.zip |
Prepare 7.1.1-SNAPSHOT builds
Change-Id: Ifc710a83cda50f1275cbbd5a828f92d95607f298
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 592db4fbbb..4ac514afb1 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: 7.1.0.202411261347-r +Bundle-Version: 7.1.1.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-17 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.ant.tasks;version="[7.1.0,7.2.0)", - org.eclipse.jgit.junit;version="[7.1.0,7.2.0)", - org.eclipse.jgit.lib;version="[7.1.0,7.2.0)", - org.eclipse.jgit.util;version="[7.1.0,7.2.0)", + org.eclipse.jgit.ant.tasks;version="[7.1.1,7.2.0)", + org.eclipse.jgit.junit;version="[7.1.1,7.2.0)", + org.eclipse.jgit.lib;version="[7.1.1,7.2.0)", + org.eclipse.jgit.util;version="[7.1.1,7.2.0)", org.hamcrest.core;version="[1.1.0,3.0.0)", org.junit;version="[4.13,5.0.0)" |