diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 20:41:39 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 20:42:56 +0100 |
commit | 1cffba4385b423c5a6958de06a80b7bf99aa6c1e (patch) | |
tree | 78069d4564528d29999dbf63049080d4a809aa6c /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.target | |
parent | b868f9101306e6128fff85c52a0ea6acd4488f07 (diff) | |
parent | e14b25f2400da21aac1f113a8d2983e84478ea34 (diff) | |
download | jgit-1cffba4385b423c5a6958de06a80b7bf99aa6c1e.tar.gz jgit-1cffba4385b423c5a6958de06a80b7bf99aa6c1e.zip |
Merge branch 'stable-5.11' into stable-5.12
* stable-5.11:
Add missing @since tags
Add missing @since tag
Add missing @since tags
Remove unused import in ApacheSshTest
Update maven plugins
Ignore missing javadoc in test bundles
storage: file: De-duplicate File.exists()+File.isFile()
RefDirectory.scanRef: Re-use file existence check done in snapshot creation
FileSnapshot: Lazy load file store attributes cache
Update eclipse-jarsigner-plugin to 1.3.2
Fix p2 repository URLs
Change-Id: I72f39fbe82dd578d71aa2e3ceccebb39a25c4e00
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.target index 2c7ca73f15..01fc3bdf28 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.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.13" sequenceNumber="1635977558"> +<target name="jgit-4.13" sequenceNumber="1638646958"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="9.4.41.v20210516"/> |