diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-07-11 14:21:40 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-07-16 23:47:29 +0200 |
commit | e0ba98edd2b40876aa7aaae4b59a24ae2412a20a (patch) | |
tree | 60062db5702d9573305f82c6e7911f069ac83e16 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target | |
parent | 13777a3a6265ee68966547e69de83410e0621dfc (diff) | |
download | jgit-e0ba98edd2b40876aa7aaae4b59a24ae2412a20a.tar.gz jgit-e0ba98edd2b40876aa7aaae4b59a24ae2412a20a.zip |
Update orbit to I20210711110031
and update
- assertj to 3.20.2.v20210706-1104
- hamcrest to 2.2.0.v20210711-0821
- classes which were in org.hamcrest.core 1.3 and org.hamcrest.library
1.3 were all moved to org.hamcrest in 2.2
- the annotation org.hamcrest.Factory was removed and is no longer
needed
- junit 4.13 requires hamcrest-core and hamcrest-library 1.3 therefore
keep them in the target platform
CQ: 23501
Change-Id: Ife871c0343b611be9203aed7f86577e85bbf5c95
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target index 46f9f67544..11b7151dbf 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.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.20" sequenceNumber="1625773751"> +<target name="jgit-4.20" sequenceNumber="1626078700"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="9.4.43.v20210629"/> @@ -59,15 +59,16 @@ <unit id="org.apache.sshd.osgi.source" version="2.7.0.v20210623-0618"/> <unit id="org.apache.sshd.sftp" version="2.7.0.v20210623-0618"/> <unit id="org.apache.sshd.sftp.source" version="2.7.0.v20210623-0618"/> - <unit id="org.assertj" version="3.14.0.v20200120-1926"/> - <unit id="org.assertj.source" version="3.14.0.v20200120-1926"/> + <unit id="org.assertj" version="3.20.2.v20210706-1104"/> + <unit id="org.assertj.source" version="3.20.2.v20210706-1104"/> <unit id="org.bouncycastle.bcpg" version="1.65.0.v20200527-1955"/> <unit id="org.bouncycastle.bcpg.source" version="1.65.0.v20200527-1955"/> <unit id="org.bouncycastle.bcpkix" version="1.65.0.v20200527-1955"/> <unit id="org.bouncycastle.bcpkix.source" version="1.65.0.v20200527-1955"/> <unit id="org.bouncycastle.bcprov" version="1.65.1.v20200529-1514"/> <unit id="org.bouncycastle.bcprov.source" version="1.65.1.v20200529-1514"/> - <unit id="org.hamcrest" version="1.1.0.v20090501071000"/> + <unit id="org.hamcrest" version="2.2.0.v20210711-0821"/> + <unit id="org.hamcrest.source" version="2.2.0.v20210711-0821"/> <unit id="org.hamcrest.core" version="1.3.0.v20180420-1519"/> <unit id="org.hamcrest.core.source" version="1.3.0.v20180420-1519"/> <unit id="org.hamcrest.library" version="1.3.0.v20180524-2246"/> @@ -86,7 +87,7 @@ <unit id="org.slf4j.binding.log4j12.source" version="1.7.30.v20201108-2042"/> <unit id="org.tukaani.xz" version="1.9.0.v20210624-1259"/> <unit id="org.tukaani.xz.source" version="1.9.0.v20210624-1259"/> - <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/S20210705204906/repository"/> + <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/I20210711110031/repository"/> </location> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.osgi" version="0.0.0"/> |