diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 07:49:33 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 07:49:33 +0100 |
commit | 639d53721c47ecf9a079475270fca93580f6b746 (patch) | |
tree | 8edac147a31c427f72683f0142c44ef9aad1be3b /org.eclipse.jgit.ant.test/META-INF | |
parent | a31756fbfcec67dce9901c00132fec8eb4c58222 (diff) | |
download | jgit-639d53721c47ecf9a079475270fca93580f6b746.tar.gz jgit-639d53721c47ecf9a079475270fca93580f6b746.zip |
Prepare 5.1.7-SNAPSHOT builds
Change-Id: Ica716b2ad18f8390e75466430ef81c86ea06f004
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 6a8a13a67a..8049096aea 100644 --- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF @@ -4,13 +4,13 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.jgit.ant.test Bundle-SymbolicName: org.eclipse.jgit.ant.test -Bundle-Version: 5.1.6.201903130242-r +Bundle-Version: 5.1.7.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.ant.tasks;version="[5.1.6,5.2.0)", - org.eclipse.jgit.junit;version="[5.1.6,5.2.0)", - org.eclipse.jgit.lib;version="[5.1.6,5.2.0)", - org.eclipse.jgit.util;version="[5.1.6,5.2.0)", + org.eclipse.jgit.ant.tasks;version="[5.1.7,5.2.0)", + org.eclipse.jgit.junit;version="[5.1.7,5.2.0)", + org.eclipse.jgit.lib;version="[5.1.7,5.2.0)", + org.eclipse.jgit.util;version="[5.1.7,5.2.0)", org.hamcrest.core;version="[1.1.0,2.0.0)", org.junit;version="[4.12,5.0.0)" |