diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-03 23:01:44 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-03 23:01:44 +0100 |
commit | 587a273d8520ff2bd497a9a57a16c0e1501a4a7a (patch) | |
tree | 72ff04593f32575eb8b2bf1f4871281d291a3884 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.target | |
parent | 50411fa147003dc67a3045ef2c5c0969372c8be8 (diff) | |
parent | 4f8d4346234ce28d592ae92bbfc02d4d203454b1 (diff) | |
download | jgit-587a273d8520ff2bd497a9a57a16c0e1501a4a7a.tar.gz jgit-587a273d8520ff2bd497a9a57a16c0e1501a4a7a.zip |
Merge branch 'stable-5.9' into stable-5.10
* stable-5.9:
Fix target platforms
Change-Id: Ib1876923ba98252682f41a03877792fd22b418d6
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 c1722ffedc..1a764a447a 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="1606854603"> +<target name="jgit-4.14" sequenceNumber="1635976698"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="9.4.30.v20200611"/> @@ -20,7 +20,7 @@ <unit id="org.eclipse.jetty.servlet.source" version="9.4.30.v20200611"/> <unit id="org.eclipse.jetty.util" version="9.4.30.v20200611"/> <unit id="org.eclipse.jetty.util.source" version="9.4.30.v20200611"/> - <repository id="jetty-9.4.30" location="https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.30.v20200611/"/> + <repository id="jetty-9.4.30" location="https://archive.eclipse.org/jetty/updates/jetty-bundles-9.x/jetty-bundles-9.x/9.4.30.v20200611/"/> </location> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.google.gson" version="2.8.2.v20180104-1110"/> |