diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-03 23:18:21 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-03 23:18:21 +0100 |
commit | 8e7dfb5e4b681a1be0171d2f20e8305efd8d9ba9 (patch) | |
tree | 9ee31695ff5ac992d556e14c74b29fcaf3543f0a /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.tpd | |
parent | 78043b07e2cecce87d9544084159878dec435a2d (diff) | |
parent | dc766feffcc1cdc32d156520960cac374c06bef0 (diff) | |
download | jgit-8e7dfb5e4b681a1be0171d2f20e8305efd8d9ba9.tar.gz jgit-8e7dfb5e4b681a1be0171d2f20e8305efd8d9ba9.zip |
Merge branch 'stable-5.12' into stable-5.13
* stable-5.12:
Fix target platforms
- jetty 9.4.43 moved to archive.eclipse.org
- use the final release p2 repo instead of staging for 2021-09
Change-Id: I35c1264b8e9c63874663141288dca03b47f263ed
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.tpd')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.tpd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.tpd index 9d324692c5..ba3ddb80c3 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.tpd +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.tpd @@ -3,6 +3,6 @@ target "jgit-4.21" with source configurePhase include "projects/jetty-9.4.x.tpd" include "orbit/R20210825222808-2021-09.tpd" -location "https://download.eclipse.org/staging/2021-09/" { +location "https://download.eclipse.org/releases/2021-09/" { org.eclipse.osgi lazy } |