diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-03 23:13:39 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-03 23:13:39 +0100 |
commit | dc766feffcc1cdc32d156520960cac374c06bef0 (patch) | |
tree | 6d385e2df118dc63a3afc15133b1daeade5b7233 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.target | |
parent | 91e44e08cf24e199f6575a937be8ca2536e54e19 (diff) | |
parent | 8ff08597035134bc39cec540bfb15cd4107414c9 (diff) | |
download | jgit-dc766feffcc1cdc32d156520960cac374c06bef0.tar.gz jgit-dc766feffcc1cdc32d156520960cac374c06bef0.zip |
Merge branch 'stable-5.11' into stable-5.12
* stable-5.11:
Fix target platforms
- jetty 9.4.41 moved to archive.eclipse.org
- use the final release p2 repo instead of staging for 2021-06
Change-Id: I7a02b1fe271910dd82acf45242d8425aba2f52f9
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.target | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.target index e8cfa6073c..06809020a9 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.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.14" sequenceNumber="1623012870"> +<target name="jgit-4.14" sequenceNumber="1635977558"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="9.4.41.v20210516"/> @@ -22,7 +22,7 @@ <unit id="org.eclipse.jetty.util.source" version="9.4.41.v20210516"/> <unit id="org.eclipse.jetty.util.ajax" version="9.4.41.v20210516"/> <unit id="org.eclipse.jetty.util.ajax.source" version="9.4.41.v20210516"/> - <repository id="jetty-9.4.40" location="https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.41.v20210516/"/> + <repository id="jetty-9.4.40" location="https://archive.eclipse.org/jetty/updates/jetty-bundles-9.x/jetty-bundles-9.x/9.4.41.v20210516/"/> </location> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.google.gson" version="2.8.6.v20201231-1626"/> |