diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-03-03 17:44:20 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-03-03 17:44:20 +0100 |
commit | c900c22bb1b1c37a99b984d4ab52976c75c64f62 (patch) | |
tree | 6b3fc17727c51651e323dcc52a8a1c61b2cb0fec /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target | |
parent | 83d4f19a302ea68a231e47b11003b9f0555fbebd (diff) | |
parent | 40d6eda3f16f24db20776d33e586737efeddc725 (diff) | |
download | jgit-c900c22bb1b1c37a99b984d4ab52976c75c64f62.tar.gz jgit-c900c22bb1b1c37a99b984d4ab52976c75c64f62.zip |
Merge branch 'master' into stable-5.11
* master:
HTTP: cookie file stores expiration in seconds
Update Orbit to S20210223232630
LFS: handle invalid pointers better
Fix errorprone configuration for maven-compiler-plugin with javac
Change-Id: Ib76e754bd36789de0a3c6b85a4814aa1fe9cb401
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target index 4afbe99738..2cfcf5c7ef 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl --> -<target name="jgit-4.9" sequenceNumber="1613862033"> +<target name="jgit-4.9" sequenceNumber="1614632975"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="9.4.36.v20210114"/> @@ -86,7 +86,7 @@ <unit id="org.slf4j.binding.log4j12.source" version="1.7.30.v20201108-2042"/> <unit id="org.tukaani.xz" version="1.8.0.v20180207-1613"/> <unit id="org.tukaani.xz.source" version="1.8.0.v20180207-1613"/> - <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/S20210216215844/repository"/> + <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/S20210223232630/repository"/> </location> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.osgi" version="0.0.0"/> |