diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-12-05 01:31:32 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-12-05 01:31:32 +0100 |
commit | 08d4c63b6dffd6f2314f7ec6de24c1dd9070a44b (patch) | |
tree | 9080443f7412e05d71926d86980c4e5fb96ddc24 /org.eclipse.jgit.http.server | |
parent | 3ca340d5daea9d33fbfb08d4af6e2d851d90cf52 (diff) | |
parent | 5185d288c11171a21a3057f0df906782493d0b39 (diff) | |
download | jgit-08d4c63b6dffd6f2314f7ec6de24c1dd9070a44b.tar.gz jgit-08d4c63b6dffd6f2314f7ec6de24c1dd9070a44b.zip |
Merge branch 'stable-5.6'
* stable-5.6:
Introduce RefDatabase#hasFastTipsWithSha1
Update Orbit to R20191126223242 for 2019-12
Prepare 5.6.0-SNAPSHOT builds
JGit v5.6.0.201912041214-rc1
Prepare 5.6.0-SNAPSHOT builds
JGit v5.6.0.201911271000-m3
Change-Id: Id33b054131bbcd27a0ae7200f564775049698d2c
Diffstat (limited to 'org.eclipse.jgit.http.server')
-rw-r--r-- | org.eclipse.jgit.http.server/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF index bad1d8a869..b2e85a5117 100644 --- a/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF @@ -18,7 +18,7 @@ Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: javax.servlet;version="[2.5.0,3.2.0)", javax.servlet.http;version="[2.5.0,3.2.0)", - org.eclipse.jgit.annotations;version="[5.5.0,5.7.0)", + org.eclipse.jgit.annotations;version="[5.6.0,5.7.0)", org.eclipse.jgit.errors;version="[5.6.0,5.7.0)", org.eclipse.jgit.internal.storage.dfs;version="[5.6.0,5.7.0)", org.eclipse.jgit.internal.storage.file;version="[5.6.0,5.7.0)", |