diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-03 23:09:15 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-03 23:09:15 +0100 |
commit | 8ff08597035134bc39cec540bfb15cd4107414c9 (patch) | |
tree | c087a3d225b6fe72b533d57359fd307f36c82ffe /org.eclipse.jgit.packaging/org.eclipse.jgit.target/projects | |
parent | 4060936bdd8375255c17ff1e377e49aab4896988 (diff) | |
parent | 587a273d8520ff2bd497a9a57a16c0e1501a4a7a (diff) | |
download | jgit-8ff08597035134bc39cec540bfb15cd4107414c9.tar.gz jgit-8ff08597035134bc39cec540bfb15cd4107414c9.zip |
Merge branch 'stable-5.10' into stable-5.11
* stable-5.10:
Fix target platforms
- jetty 9.4.36 moved to archive.eclipse.org
- use the final release p2 repo instead of staging for 2021-03
Change-Id: I6ce2294bb150fedf8ded7fe6c1e23019d9c178d6
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/projects')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/projects/jetty-9.4.x.tpd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/projects/jetty-9.4.x.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/projects/jetty-9.4.x.tpd index 4eec8aa354..3dfd2a9439 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/projects/jetty-9.4.x.tpd +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/projects/jetty-9.4.x.tpd @@ -1,6 +1,6 @@ target "jetty-9.4.x" with source configurePhase -location jetty-9.4.36 "https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.36.v20210114/" { +location jetty-9.4.36 "https://archive.eclipse.org/jetty/updates/jetty-bundles-9.x/jetty-bundles-9.x/9.4.36.v20210114/" { org.eclipse.jetty.client [9.4.36.v20210114,9.4.36.v20210114] org.eclipse.jetty.client.source [9.4.36.v20210114,9.4.36.v20210114] org.eclipse.jetty.continuation [9.4.36.v20210114,9.4.36.v20210114] |