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/jgit-4.17.target | |
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/jgit-4.17.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target index b7481e09f2..e218a08ea3 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.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.17" sequenceNumber="1615333030"> +<target name="jgit-4.17" sequenceNumber="1635977193"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="9.4.36.v20210114"/> @@ -22,7 +22,7 @@ <unit id="org.eclipse.jetty.util.source" version="9.4.36.v20210114"/> <unit id="org.eclipse.jetty.util.ajax" version="9.4.36.v20210114"/> <unit id="org.eclipse.jetty.util.ajax.source" version="9.4.36.v20210114"/> - <repository id="jetty-9.4.36" location="https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.36.v20210114/"/> + <repository id="jetty-9.4.36" location="https://archive.eclipse.org/jetty/updates/jetty-bundles-9.x/jetty-bundles-9.x/9.4.36.v20210114/"/> </location> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.google.gson" version="2.8.6.v20201231-1626"/> |