diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-04 22:58:45 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-04 22:58:45 +0100 |
commit | c1e5bd348d1d4447c5d13da662922a0f82630202 (patch) | |
tree | 595b222be0b5377790309c83feff96d11f39a38e /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target | |
parent | 8ea5409ec18a6e2a6238948fa5af13b9b26b1955 (diff) | |
parent | 796fb2e5c71a00b0335d33326ad55e8759486f4f (diff) | |
download | jgit-c1e5bd348d1d4447c5d13da662922a0f82630202.tar.gz jgit-c1e5bd348d1d4447c5d13da662922a0f82630202.zip |
Merge branch 'stable-6.8'
* stable-6.8:
Prepare 6.8.1-SNAPSHOT builds
JGit v6.8.0.202311291450-r
Rename method parameter to fix warning about hidden field
Fix warnings about empty control flow statements
BitmapIndexImpl: externalize error message
Suppress not-externalized string warnings
Silence API error for new method BitmapIndex#addBitmapLookupListener
Update Orbit to orbit-aggregation/2023-12
Prepare 6.8.0-SNAPSHOT builds
JGit v6.8.0.202311212206-rc1
Change-Id: Ie88662f6458bb80147c7c164424eebd8b8240fc7
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target index 1596cbc2a1..269334b7a7 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.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.19-staging" sequenceNumber="1700180029"> +<target name="jgit-4.19-staging" sequenceNumber="1701211970"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -26,7 +26,7 @@ <unit id="org.objenesis.source" version="3.3.0"/> <unit id="org.osgi.service.cm" version="1.6.1.202109301733"/> <unit id="org.osgi.service.cm.source" version="1.6.1.202109301733"/> - <repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/latest"/> + <repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-12"/> </location> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.osgi" version="0.0.0"/> |